#C07A71

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

Shades of Contessa #C07A71

Tints of Contessa #C07A71

Color information

#C07A71 (or 0xC07A71) is unknown color: approx Contessa. HEX triplet: C0, 7A and 71. RGB value is (192,122,113). Sum of RGB (Red+Green+Blue) = 192+122+113=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A71 is #3F858E. Grayscale: #8E8E8E. Windows color (decimal): -4162959 or 7436992. OLE color: 7436992.

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

Color convert

RGB192122113-
CMYK00.360.410.25
HSL6.84º38.54%59.8%-
HSV(B)6.84º41.15%75.29%-
XYZ31.6826.3219.03-
YUV141.9111.69163.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=44.96%
G=28.57%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212211300.360.410.256.8438.5459.8
HexC07A7102429197273c
Octal300172161044513174774
Binary1100000011110101110001010010010100111001111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A71; }

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

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

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

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

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

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

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

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