#CC7971

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

Shades of Contessa #CC7971

Tints of Contessa #CC7971

Color information

#CC7971 (or 0xCC7971) is unknown color: approx Contessa. HEX triplet: CC, 79 and 71. RGB value is (204,121,113). Sum of RGB (Red+Green+Blue) = 204+121+113=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7971 is #33868E. Grayscale: #919191. Windows color (decimal): -3376783 or 7436748. OLE color: 7436748.

HSL color Cylindrical-coordinate representation of color #CC7971: hue angle of 5.27º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7971 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204121113-
CMYK00.410.450.2
HSL5.27º47.15%62.16%-
HSV(B)5.27º44.61%80%-
XYZ34.7227.719.14-
YUV144.9110170.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=46.58%
G=27.63%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412111300.410.450.25.2747.1562.16
HexCC79710292D1452f3e
Octal314171161051552455776
Binary1100110011110011110001010100110110110100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7971; }

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

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

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

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

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

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

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

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