#C06865

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

Shades of Contessa #C06865

Tints of Contessa #C06865

Color information

#C06865 (or 0xC06865) is unknown color: approx Contessa. HEX triplet: C0, 68 and 65. RGB value is (192,104,101). Sum of RGB (Red+Green+Blue) = 192+104+101=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06865 is #3F979A. Grayscale: #828282. Windows color (decimal): -4167579 or 6645952. OLE color: 6645952.

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

Color convert

RGB192104101-
CMYK00.460.470.25
HSL1.98º41.94%57.45%-
HSV(B)1.98º47.4%75.29%-
XYZ29.0422.0515.04-
YUV129.97111.65172.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=48.36%
G=26.20%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210410100.460.470.251.9841.9457.45
HexC0686502E2F1922a39
Octal300150145056573125271
Binary110000001101000110010101011101011111100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06865; }

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

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

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

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

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

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

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

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