#C07571

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

Shades of Contessa #C07571

Tints of Contessa #C07571

Color information

#C07571 (or 0xC07571) is unknown color: approx Contessa. HEX triplet: C0, 75 and 71. RGB value is (192,117,113). Sum of RGB (Red+Green+Blue) = 192+117+113=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07571 is #3F8A8E. Grayscale: #8B8B8B. Windows color (decimal): -4164239 or 7435712. OLE color: 7435712.

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

Color convert

RGB192117113-
CMYK00.390.410.25
HSL3.04º38.54%59.8%-
HSV(B)3.04º41.15%75.29%-
XYZ31.0825.1218.83-
YUV138.97113.35165.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=45.50%
G=27.73%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211711300.390.410.253.0438.5459.8
HexC0757102729193273c
Octal300165161047513134774
Binary110000001110101111000101001111010011100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07571; }

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

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

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

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

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

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

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

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