#cd7972

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

Shades of Contessa #CD7972

Tints of Contessa #CD7972

Color information

#CD7972 (or 0xCD7972) is unknown color: approx Contessa. HEX triplet: CD, 79 and 72. RGB value is (205,121,114). Sum of RGB (Red+Green+Blue) = 205+121+114=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7972 is #32868D. Grayscale: #919191. Windows color (decimal): -3311246 or 7502285. OLE color: 7502285.

HSL color Cylindrical-coordinate representation of color #CD7972: hue angle of 4.62º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7972 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205121114-
CMYK00.410.440.20
HSL4.62º47.64%62.55%-
HSV(B)4.62º44.39%80.39%-
XYZ35.0527.8719.45-
YUV145.32110.33170.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=46.59%
G=27.5%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512111400.410.440.204.6247.6462.55
HexCD79720292C145303f
Octal315171162051542456077
Binary1100110111110011110010010100110110010100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7972; }

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

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

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

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

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

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

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

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