#C66D62

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

Shades of Contessa #C66D62

Tints of Contessa #C66D62

Color information

#C66D62 (or 0xC66D62) is unknown color: approx Contessa. HEX triplet: C6, 6D and 62. RGB value is (198,109,98). Sum of RGB (Red+Green+Blue) = 198+109+98=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D62 is #39929D. Grayscale: #868686. Windows color (decimal): -3773086 or 6450630. OLE color: 6450630.

HSL color Cylindrical-coordinate representation of color #C66D62: hue angle of 6.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66D62 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19810998-
CMYK00.450.510.22
HSL6.6º46.73%58.04%-
HSV(B)6.6º50.51%77.65%-
XYZ30.9623.8214.52-
YUV134.36107.49173.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=48.89%
G=26.91%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981099800.450.510.226.646.7358.04
HexC66D6202D331672f3a
Octal306155142055632675772
Binary1100011011011011100010010110111001110110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D62; }

 p { color: rgb(198,109,98); }

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

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

 a { background-color: rgb(198,109,98); }

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

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

 span { border-color: rgb(198,109,98); }

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