#C07872

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

Shades of Contessa #C07872

Tints of Contessa #C07872

Color information

#C07872 (or 0xC07872) is unknown color: approx Contessa. HEX triplet: C0, 78 and 72. RGB value is (192,120,114). Sum of RGB (Red+Green+Blue) = 192+120+114=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07872 is #3F878D. Grayscale: #8C8C8C. Windows color (decimal): -4163470 or 7502016. OLE color: 7502016.

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

Color convert

RGB192120114-
CMYK00.380.410.25
HSL4.62º38.24%60%-
HSV(B)4.62º40.62%75.29%-
XYZ31.4925.8519.25-
YUV140.84112.85164.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=45.07%
G=28.17%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212011400.380.410.254.6238.2460
HexC0787202629195263c
Octal300170162046513154674
Binary1100000011110001110010010011010100111001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07872; }

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

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

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

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

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

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

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

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