#C36174

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

Shades of Cabaret #C36174

Tints of Cabaret #C36174

Color information

#C36174 (or 0xC36174) is unknown color: approx Cabaret. HEX triplet: C3, 61 and 74. RGB value is (195,97,116). Sum of RGB (Red+Green+Blue) = 195+97+116=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C36174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36174 is #3C9E8B. Grayscale: #808080. Windows color (decimal): -3972748 or 7627203. OLE color: 7627203.

HSL color Cylindrical-coordinate representation of color #C36174: hue angle of 348.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36174 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19597116-
CMYK00.500.410.24
HSL348.37º44.95%57.25%-
HSV(B)348.37º50.26%76.47%-
XYZ29.9321.4119.08-
YUV128.47120.97175.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=47.79%
G=23.77%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959711600.500.410.24348.3744.9557.25
HexC36174032291815c2d39
Octal30314116406251305345571
Binary1100001111000011110100011001010100111000101011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36174; }

 p { color: rgb(195,97,116); }

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

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

 a { background-color: rgb(195,97,116); }

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

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

 span { border-color: rgb(195,97,116); }

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