#C06860

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

Shades of Contessa #C06860

Tints of Contessa #C06860

Color information

#C06860 (or 0xC06860) is unknown color: approx Contessa. HEX triplet: C0, 68 and 60. RGB value is (192,104,96). Sum of RGB (Red+Green+Blue) = 192+104+96=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06860 is #3F979F. Grayscale: #818181. Windows color (decimal): -4167584 or 6318272. OLE color: 6318272.

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

Color convert

RGB19210496-
CMYK00.460.500.25
HSL43.24%56.47%-
HSV(B)50%75.29%-
XYZ28.821.9513.79-
YUV129.4109.15172.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=48.98%
G=26.53%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921049600.460.500.25543.2456.47
HexC0686002E321952b38
Octal300150140056623155370
Binary1100000011010001100000010111011001011001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06860; }

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

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

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

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

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

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

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

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