#C06C62

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

Shades of Contessa #C06C62

Tints of Contessa #C06C62

Color information

#C06C62 (or 0xC06C62) is unknown color: approx Contessa. HEX triplet: C0, 6C and 62. RGB value is (192,108,98). Sum of RGB (Red+Green+Blue) = 192+108+98=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C62 is #3F939D. Grayscale: #848484. Windows color (decimal): -4166558 or 6450368. OLE color: 6450368.

HSL color Cylindrical-coordinate representation of color #C06C62: hue angle of 6.38º 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 #C06C62 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19210898-
CMYK00.440.490.25
HSL6.38º42.73%56.86%-
HSV(B)6.38º48.96%75.29%-
XYZ29.3122.8114.41-
YUV131.98108.83170.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=48.24%
G=27.14%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921089800.440.490.256.3842.7356.86
HexC06C6202C311962b39
Octal300154142054613165371
Binary1100000011011001100010010110011000111001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C62; }

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

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

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

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

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

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

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

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