#C67776

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

Shades of Contessa #C67776

Tints of Contessa #C67776

Color information

#C67776 (or 0xC67776) is unknown color: approx Contessa. HEX triplet: C6, 77 and 76. RGB value is (198,119,118). Sum of RGB (Red+Green+Blue) = 198+119+118=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C67776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67776 is #398889. Grayscale: #8E8E8E. Windows color (decimal): -3770506 or 7763910. OLE color: 7763910.

HSL color Cylindrical-coordinate representation of color #C67776: hue angle of 0.75º 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 #C67776 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198119118-
CMYK00.400.400.22
HSL0.75º41.24%61.96%-
HSV(B)0.75º40.4%77.65%-
XYZ33.1626.5120.51-
YUV142.51114.17167.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=45.52%
G=27.36%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811911800.400.400.220.7541.2461.96
HexC6777602828161293e
Octal306167166050502615176
Binary11000110111011111101100101000101000101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67776; }

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

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

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

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

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

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

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

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