#CD5E71

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

Shades of Cabaret #CD5E71

Tints of Cabaret #CD5E71

Color information

#CD5E71 (or 0xCD5E71) is unknown color: approx Cabaret. HEX triplet: CD, 5E and 71. RGB value is (205,94,113). Sum of RGB (Red+Green+Blue) = 205+94+113=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E71 is #32A18E. Grayscale: #818181. Windows color (decimal): -3318159 or 7429837. OLE color: 7429837.

HSL color Cylindrical-coordinate representation of color #CD5E71: hue angle of 349.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5E71 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB20594113-
CMYK00.540.450.20
HSL349.73º52.61%58.63%-
HSV(B)349.73º54.15%80.39%-
XYZ32.1622.1818.21-
YUV129.35118.77181.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=49.76%
G=22.82%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059411300.540.450.20349.7352.6158.63
HexCD5E710362D1415e353b
Octal31513616106655245366573
Binary1100110110111101110001011011010110110100101011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E71; }

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

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

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

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

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

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

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

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