#CD7A70

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

Shades of Contessa #CD7A70

Tints of Contessa #CD7A70

Color information

#CD7A70 (or 0xCD7A70) is unknown color: approx Contessa. HEX triplet: CD, 7A and 70. RGB value is (205,122,112). Sum of RGB (Red+Green+Blue) = 205+122+112=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A70 is #32858F. Grayscale: #919191. Windows color (decimal): -3310992 or 7371469. OLE color: 7371469.

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

Color convert

RGB205122112-
CMYK00.400.450.20
HSL6.45º48.19%62.16%-
HSV(B)6.45º45.37%80.39%-
XYZ35.0628.0718.9-
YUV145.68109170.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=46.70%
G=27.79%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512211200.400.450.206.4548.1962.16
HexCD7A700282D146303e
Octal315172160050552466076
Binary1100110111110101110000010100010110110100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A70; }

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

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

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

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

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

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

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

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