#C36469

Color #C36469 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C36469

Tints of Cabaret #C36469

Color information

#C36469 (or 0xC36469) is unknown color: approx Cabaret. HEX triplet: C3, 64 and 69. RGB value is (195,100,105). Sum of RGB (Red+Green+Blue) = 195+100+105=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C36469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36469 is #3C9B96. Grayscale: #818181. Windows color (decimal): -3971991 or 6907075. OLE color: 6907075.

HSL color Cylindrical-coordinate representation of color #C36469: hue angle of 356.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36469 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195100105-
CMYK00.490.460.24
HSL356.84º44.19%57.84%-
HSV(B)356.84º48.72%76.47%-
XYZ29.6121.7416-
YUV128.98114.47175.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=48.75%
G=25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510010500.490.460.24356.8444.1957.84
HexC364690312E181652c3a
Octal30314415106156305455472
Binary1100001111001001101001011000110111011000101100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36469; }

 p { color: rgb(195,100,105); }

 H1.HeaderClassName
 {
   color: #C36469;
 }
 .AnyTagClassName
 {
   color: #C36469;
 }
</style>
background-color css

<style>
 a { background-color: #C36469; }

 a { background-color: rgb(195,100,105); }

 div.DivClassName
 {
   background-color: #C36469;
 }
 .BgClassName
 {
   background-color: #C36469;
 }
</style>
border-color css

<style>
 span { border-color: #C36469; }

 span { border-color: rgb(195,100,105); }

 td.TdClassName
 {
   border-color: #C36469;
 }
 .TagClassName
 {
   border-color: #C36469;
 }
</style>