#C07870

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

Shades of Contessa #C07870

Tints of Contessa #C07870

Color information

#C07870 (or 0xC07870) is unknown color: approx Contessa. HEX triplet: C0, 78 and 70. RGB value is (192,120,112). Sum of RGB (Red+Green+Blue) = 192+120+112=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07870 is #3F878F. Grayscale: #8C8C8C. Windows color (decimal): -4163472 or 7370944. OLE color: 7370944.

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

Color convert

RGB192120112-
CMYK00.380.420.25
HSL38.83%59.61%-
HSV(B)41.67%75.29%-
XYZ31.3825.8118.66-
YUV140.62111.85164.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=45.28%
G=28.30%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212011200.380.420.25638.8359.61
HexC078700262A196273c
Octal300170160046523164774
Binary1100000011110001110000010011010101011001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07870; }

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

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

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

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

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

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

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

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