#CD7772

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

Shades of Contessa #CD7772

Tints of Contessa #CD7772

Color information

#CD7772 (or 0xCD7772) is unknown color: approx Contessa. HEX triplet: CD, 77 and 72. RGB value is (205,119,114). Sum of RGB (Red+Green+Blue) = 205+119+114=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7772 is #32888D. Grayscale: #909090. Windows color (decimal): -3311758 or 7501773. OLE color: 7501773.

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

Color convert

RGB205119114-
CMYK00.420.440.20
HSL3.3º47.64%62.55%-
HSV(B)3.3º44.39%80.39%-
XYZ34.8127.3919.37-
YUV144.14110.99171.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=46.80%
G=27.17%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511911400.420.440.203.347.6462.55
HexCD777202A2C143303f
Octal315167162052542436077
Binary110011011110111111001001010101011001010011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7772; }

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

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

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

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

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

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

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

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