#C36371

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

Shades of Cabaret #C36371

Tints of Cabaret #C36371

Color information

#C36371 (or 0xC36371) is unknown color: approx Cabaret. HEX triplet: C3, 63 and 71. RGB value is (195,99,113). Sum of RGB (Red+Green+Blue) = 195+99+113=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C36371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36371 is #3C9C8E. Grayscale: #818181. Windows color (decimal): -3972239 or 7431107. OLE color: 7431107.

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

Color convert

RGB19599113-
CMYK00.490.420.24
HSL351.25º44.44%57.65%-
HSV(B)351.25º49.23%76.47%-
XYZ29.9521.7218.24-
YUV129.3118.8174.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=47.91%
G=24.32%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959911300.490.420.24351.2544.4457.65
HexC363710312A1815f2c3a
Octal30314316106152305375472
Binary1100001111000111110001011000110101011000101011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36371; }

 p { color: rgb(195,99,113); }

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

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

 a { background-color: rgb(195,99,113); }

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

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

 span { border-color: rgb(195,99,113); }

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