#CC7171

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

Shades of Contessa #CC7171

Tints of Contessa #CC7171

Color information

#CC7171 (or 0xCC7171) is unknown color: approx Contessa. HEX triplet: CC, 71 and 71. RGB value is (204,113,113). Sum of RGB (Red+Green+Blue) = 204+113+113=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7171 is #338E8E. Grayscale: #8C8C8C. Windows color (decimal): -3378831 or 7434700. OLE color: 7434700.

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

Color convert

RGB204113113-
CMYK00.450.450.2
HSL47.15%62.16%-
HSV(B)44.61%80%-
XYZ33.7925.8418.83-
YUV140.21112.65173.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=47.44%
G=26.28%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411311300.450.450.2047.1562.16
HexCC717102D2D1402f3e
Octal314161161055552405776
Binary11001100111000111100010101101101101101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7171; }

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

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

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

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

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

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

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

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