#C36F60

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

Shades of Contessa #C36F60

Tints of Contessa #C36F60

Color information

#C36F60 (or 0xC36F60) is unknown color: approx Contessa. HEX triplet: C3, 6F and 60. RGB value is (195,111,96). Sum of RGB (Red+Green+Blue) = 195+111+96=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F60 is #3C909F. Grayscale: #868686. Windows color (decimal): -3969184 or 6320067. OLE color: 6320067.

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

Color convert

RGB19511196-
CMYK00.430.510.24
HSL9.09º45.21%57.06%-
HSV(B)9.09º50.77%76.47%-
XYZ30.323.8214.07-
YUV134.41106.33171.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=48.51%
G=27.61%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951119600.430.510.249.0945.2157.06
HexC36F6002B331892d39
Octal3031571400536330115571
Binary11000011110111111000000101011110011110001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F60; }

 p { color: rgb(195,111,96); }

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

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

 a { background-color: rgb(195,111,96); }

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

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

 span { border-color: rgb(195,111,96); }

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