#C07770

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

Shades of Contessa #C07770

Tints of Contessa #C07770

Color information

#C07770 (or 0xC07770) is unknown color: approx Contessa. HEX triplet: C0, 77 and 70. RGB value is (192,119,112). Sum of RGB (Red+Green+Blue) = 192+119+112=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07770 is #3F888F. Grayscale: #8C8C8C. Windows color (decimal): -4163728 or 7370688. OLE color: 7370688.

HSL color Cylindrical-coordinate representation of color #C07770: hue angle of 5.25º 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 #C07770 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192119112-
CMYK00.380.420.25
HSL5.25º38.83%59.61%-
HSV(B)5.25º41.67%75.29%-
XYZ31.2625.5718.62-
YUV140.03112.18165.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=45.39%
G=28.13%
B=26.48%

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
Decimal19211911200.380.420.255.2538.8359.61
HexC077700262A195273c
Octal300167160046523154774
Binary1100000011101111110000010011010101011001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07770; }

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

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

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

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

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

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

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

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