#C07866

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

Shades of Contessa #C07866

Tints of Contessa #C07866

Color information

#C07866 (or 0xC07866) is unknown color: approx Contessa. HEX triplet: C0, 78 and 66. RGB value is (192,120,102). Sum of RGB (Red+Green+Blue) = 192+120+102=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07866 is #3F8799. Grayscale: #8B8B8B. Windows color (decimal): -4163482 or 6715584. OLE color: 6715584.

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

Color convert

RGB192120102-
CMYK00.380.470.25
HSL12º41.67%57.65%-
HSV(B)12º46.88%75.29%-
XYZ30.8525.615.89-
YUV139.48106.85165.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=46.38%
G=28.99%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212010200.380.470.251241.6757.65
HexC078660262F19c2a3a
Octal3001701460465731145272
Binary11000000111100011001100100110101111110011100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07866; }

 p { color: rgb(192,120,102); }

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

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

 a { background-color: rgb(192,120,102); }

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

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

 span { border-color: rgb(192,120,102); }

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