#C06864

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

Shades of Contessa #C06864

Tints of Contessa #C06864

Color information

#C06864 (or 0xC06864) is unknown color: approx Contessa. HEX triplet: C0, 68 and 64. RGB value is (192,104,100). Sum of RGB (Red+Green+Blue) = 192+104+100=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06864 is #3F979B. Grayscale: #818181. Windows color (decimal): -4167580 or 6580416. OLE color: 6580416.

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

Color convert

RGB192104100-
CMYK00.460.480.25
HSL2.61º42.2%57.25%-
HSV(B)2.61º47.92%75.29%-
XYZ28.9922.0314.78-
YUV129.86111.15172.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=48.48%
G=26.26%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210410000.460.480.252.6142.257.25
HexC0686402E301932a39
Octal300150144056603135271
Binary110000001101000110010001011101100001100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06864; }

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

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

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

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

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

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

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

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