#C06D62

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

Shades of Contessa #C06D62

Tints of Contessa #C06D62

Color information

#C06D62 (or 0xC06D62) is unknown color: approx Contessa. HEX triplet: C0, 6D and 62. RGB value is (192,109,98). Sum of RGB (Red+Green+Blue) = 192+109+98=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D62 is #3F929D. Grayscale: #848484. Windows color (decimal): -4166302 or 6450624. OLE color: 6450624.

HSL color Cylindrical-coordinate representation of color #C06D62: hue angle of 7.02º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06D62 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19210998-
CMYK00.430.490.25
HSL7.02º42.73%56.86%-
HSV(B)7.02º48.96%75.29%-
XYZ29.4123.0314.45-
YUV132.56108.5170.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=48.12%
G=27.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921099800.430.490.257.0242.7356.86
HexC06D6202B311972b39
Octal300155142053613175371
Binary1100000011011011100010010101111000111001111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D62; }

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

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

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

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

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

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

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

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