#C67876

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

Shades of Contessa #C67876

Tints of Contessa #C67876

Color information

#C67876 (or 0xC67876) is unknown color: approx Contessa. HEX triplet: C6, 78 and 76. RGB value is (198,120,118). Sum of RGB (Red+Green+Blue) = 198+120+118=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C67876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67876 is #398789. Grayscale: #8F8F8F. Windows color (decimal): -3770250 or 7764166. OLE color: 7764166.

HSL color Cylindrical-coordinate representation of color #C67876: hue angle of 1.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67876 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198120118-
CMYK00.390.400.22
HSL1.5º41.24%61.96%-
HSV(B)1.5º40.4%77.65%-
XYZ33.2826.7520.55-
YUV143.09113.84167.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=45.41%
G=27.52%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812011800.390.400.221.541.2461.96
HexC6787602728162293e
Octal306170166047502625176
Binary110001101111000111011001001111010001011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67876; }

 p { color: rgb(198,120,118); }

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

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

 a { background-color: rgb(198,120,118); }

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

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

 span { border-color: rgb(198,120,118); }

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