#C06B60

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

Shades of Contessa #C06B60

Tints of Contessa #C06B60

Color information

#C06B60 (or 0xC06B60) is unknown color: approx Contessa. HEX triplet: C0, 6B and 60. RGB value is (192,107,96). Sum of RGB (Red+Green+Blue) = 192+107+96=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B60 is #3F949F. Grayscale: #838383. Windows color (decimal): -4166816 or 6319040. OLE color: 6319040.

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

Color convert

RGB19210796-
CMYK00.440.500.25
HSL6.88º43.24%56.47%-
HSV(B)6.88º50%75.29%-
XYZ29.1122.5713.89-
YUV131.16108.16171.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=48.61%
G=27.09%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921079600.440.500.256.8843.2456.47
HexC06B6002C321972b38
Octal300153140054623175370
Binary1100000011010111100000010110011001011001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B60; }

 p { color: rgb(192,107,96); }

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

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

 a { background-color: rgb(192,107,96); }

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

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

 span { border-color: rgb(192,107,96); }

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