#C07A70

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

Shades of Contessa #C07A70

Tints of Contessa #C07A70

Color information

#C07A70 (or 0xC07A70) is unknown color: approx Contessa. HEX triplet: C0, 7A and 70. RGB value is (192,122,112). Sum of RGB (Red+Green+Blue) = 192+122+112=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A70 is #3F858F. Grayscale: #8D8D8D. Windows color (decimal): -4162960 or 7371456. OLE color: 7371456.

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

Color convert

RGB192122112-
CMYK00.360.420.25
HSL7.5º38.83%59.61%-
HSV(B)7.5º41.67%75.29%-
XYZ31.6226.318.74-
YUV141.79111.19163.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=45.07%
G=28.64%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212211200.360.420.257.538.8359.61
HexC07A700242A198273c
Octal3001721600445231104774
Binary11000000111101011100000100100101010110011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A70; }

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

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

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

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

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

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

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

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