#CC7371

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

Shades of Contessa #CC7371

Tints of Contessa #CC7371

Color information

#CC7371 (or 0xCC7371) is unknown color: approx Contessa. HEX triplet: CC, 73 and 71. RGB value is (204,115,113). Sum of RGB (Red+Green+Blue) = 204+115+113=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7371 is #338C8E. Grayscale: #8D8D8D. Windows color (decimal): -3378319 or 7435212. OLE color: 7435212.

HSL color Cylindrical-coordinate representation of color #CC7371: hue angle of 1.32º 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 #CC7371 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204115113-
CMYK00.440.450.2
HSL1.32º47.15%62.16%-
HSV(B)1.32º44.61%80%-
XYZ34.0126.2918.9-
YUV141.38111.99172.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=47.22%
G=26.62%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411511300.440.450.21.3247.1562.16
HexCC737102C2D1412f3e
Octal314163161054552415776
Binary11001100111001111100010101100101101101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7371; }

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

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

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

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

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

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

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

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