#C67566

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

Shades of Contessa #C67566

Tints of Contessa #C67566

Color information

#C67566 (or 0xC67566) is unknown color: approx Contessa. HEX triplet: C6, 75 and 66. RGB value is (198,117,102). Sum of RGB (Red+Green+Blue) = 198+117+102=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C67566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67566 is #398A99. Grayscale: #8B8B8B. Windows color (decimal): -3771034 or 6714822. OLE color: 6714822.

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

Color convert

RGB198117102-
CMYK00.410.480.22
HSL9.38º45.71%58.82%-
HSV(B)9.38º48.48%77.65%-
XYZ32.0525.6915.84-
YUV139.51106.84169.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=47.48%
G=28.06%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811710200.410.480.229.3845.7158.82
HexC67566029301692e3b
Octal3061651460516026115673
Binary11000110111010111001100101001110000101101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67566; }

 p { color: rgb(198,117,102); }

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

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

 a { background-color: rgb(198,117,102); }

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

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

 span { border-color: rgb(198,117,102); }

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