#CD7571

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

Shades of Contessa #CD7571

Tints of Contessa #CD7571

Color information

#CD7571 (or 0xCD7571) is unknown color: approx Contessa. HEX triplet: CD, 75 and 71. RGB value is (205,117,113). Sum of RGB (Red+Green+Blue) = 205+117+113=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7571 is #328A8E. Grayscale: #8E8E8E. Windows color (decimal): -3312271 or 7435725. OLE color: 7435725.

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

Color convert

RGB205117113-
CMYK00.430.450.20
HSL2.61º47.92%62.35%-
HSV(B)2.61º44.88%80.39%-
XYZ34.5226.8918.99-
YUV142.86111.15172.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=47.13%
G=26.90%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511711300.430.450.202.6147.9262.35
HexCD757102B2D143303e
Octal315165161053552436076
Binary110011011110101111000101010111011011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7571; }

 p { color: rgb(205,117,113); }

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

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

 a { background-color: rgb(205,117,113); }

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

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

 span { border-color: rgb(205,117,113); }

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