#C36F64

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

Shades of Contessa #C36F64

Tints of Contessa #C36F64

Color information

#C36F64 (or 0xC36F64) is unknown color: approx Contessa. HEX triplet: C3, 6F and 64. RGB value is (195,111,100). Sum of RGB (Red+Green+Blue) = 195+111+100=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F64 is #3C909B. Grayscale: #868686. Windows color (decimal): -3969180 or 6582211. OLE color: 6582211.

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

Color convert

RGB195111100-
CMYK00.430.490.24
HSL6.95º44.19%57.84%-
HSV(B)6.95º48.72%76.47%-
XYZ30.4923.8915.06-
YUV134.86108.33170.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=48.03%
G=27.34%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511110000.430.490.246.9544.1957.84
HexC36F6402B311872c3a
Octal303157144053613075472
Binary1100001111011111100100010101111000111000111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F64; }

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

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

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

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

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

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

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

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