#C67774

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

Shades of Contessa #C67774

Tints of Contessa #C67774

Color information

#C67774 (or 0xC67774) is unknown color: approx Contessa. HEX triplet: C6, 77 and 74. RGB value is (198,119,116). Sum of RGB (Red+Green+Blue) = 198+119+116=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C67774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67774 is #39888B. Grayscale: #8E8E8E. Windows color (decimal): -3770508 or 7632838. OLE color: 7632838.

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

Color convert

RGB198119116-
CMYK00.400.410.22
HSL2.2º41.84%61.57%-
HSV(B)2.2º41.41%77.65%-
XYZ33.0426.4619.89-
YUV142.28113.17167.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=45.73%
G=27.48%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811911600.400.410.222.241.8461.57
HexC67774028291622a3e
Octal306167164050512625276
Binary110001101110111111010001010001010011011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67774; }

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

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

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

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

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

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

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

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