#CD7970

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

Shades of Contessa #CD7970

Tints of Contessa #CD7970

Color information

#CD7970 (or 0xCD7970) is unknown color: approx Contessa. HEX triplet: CD, 79 and 70. RGB value is (205,121,112). Sum of RGB (Red+Green+Blue) = 205+121+112=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7970 is #32868F. Grayscale: #919191. Windows color (decimal): -3311248 or 7371213. OLE color: 7371213.

HSL color Cylindrical-coordinate representation of color #CD7970: hue angle of 5.81º degrees, saturation: 0.48, 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 #CD7970 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205121112-
CMYK00.410.450.20
HSL5.81º48.19%62.16%-
HSV(B)5.81º45.37%80.39%-
XYZ34.9427.8218.86-
YUV145.09109.33170.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=46.80%
G=27.63%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512111200.410.450.205.8148.1962.16
HexCD79700292D146303e
Octal315171160051552466076
Binary1100110111110011110000010100110110110100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7970; }

 p { color: rgb(205,121,112); }

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

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

 a { background-color: rgb(205,121,112); }

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

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

 span { border-color: rgb(205,121,112); }

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