#C36170

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

Shades of Cabaret #C36170

Tints of Cabaret #C36170

Color information

#C36170 (or 0xC36170) is unknown color: approx Cabaret. HEX triplet: C3, 61 and 70. RGB value is (195,97,112). Sum of RGB (Red+Green+Blue) = 195+97+112=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36170 is #3C9E8F. Grayscale: #808080. Windows color (decimal): -3972752 or 7365059. OLE color: 7365059.

HSL color Cylindrical-coordinate representation of color #C36170: hue angle of 350.82º 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 #C36170 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19597112-
CMYK00.500.430.24
HSL350.82º44.95%57.25%-
HSV(B)350.82º50.26%76.47%-
XYZ29.7121.3217.88-
YUV128.01118.97175.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=48.27%
G=24.01%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959711200.500.430.24350.8244.9557.25
HexC361700322B1815f2d39
Octal30314116006253305375571
Binary1100001111000011110000011001010101111000101011111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36170; }

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

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

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

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

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

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

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

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