#C07971

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

Shades of Contessa #C07971

Tints of Contessa #C07971

Color information

#C07971 (or 0xC07971) is unknown color: approx Contessa. HEX triplet: C0, 79 and 71. RGB value is (192,121,113). Sum of RGB (Red+Green+Blue) = 192+121+113=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07971 is #3F868E. Grayscale: #8D8D8D. Windows color (decimal): -4163215 or 7436736. OLE color: 7436736.

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

Color convert

RGB192121113-
CMYK00.370.410.25
HSL6.08º38.54%59.8%-
HSV(B)6.08º41.15%75.29%-
XYZ31.5626.0718.99-
YUV141.32112.02164.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=45.07%
G=28.40%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212111300.370.410.256.0838.5459.8
HexC0797102529196273c
Octal300171161045513164774
Binary1100000011110011110001010010110100111001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07971; }

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

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

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

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

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

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

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

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