#CC7570

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

Shades of Contessa #CC7570

Tints of Contessa #CC7570

Color information

#CC7570 (or 0xCC7570) is unknown color: approx Contessa. HEX triplet: CC, 75 and 70. RGB value is (204,117,112). Sum of RGB (Red+Green+Blue) = 204+117+112=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7570 is #338A8F. Grayscale: #8E8E8E. Windows color (decimal): -3377808 or 7370188. OLE color: 7370188.

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

Color convert

RGB204117112-
CMYK00.430.450.2
HSL3.26º47.42%61.96%-
HSV(B)3.26º45.1%80%-
XYZ34.1926.7318.69-
YUV142.44110.82171.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=47.11%
G=27.02%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411711200.430.450.23.2647.4261.96
HexCC757002B2D1432f3e
Octal314165160053552435776
Binary110011001110101111000001010111011011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7570; }

 p { color: rgb(204,117,112); }

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

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

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

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

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

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

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