#CD5471

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

Shades of Cabaret #CD5471

Tints of Cabaret #CD5471

Color information

#CD5471 (or 0xCD5471) is unknown color: approx Cabaret. HEX triplet: CD, 54 and 71. RGB value is (205,84,113). Sum of RGB (Red+Green+Blue) = 205+84+113=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5471 is #32AB8E. Grayscale: #7B7B7B. Windows color (decimal): -3320719 or 7427277. OLE color: 7427277.

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

Color convert

RGB20584113-
CMYK00.590.450.20
HSL345.62º54.75%56.67%-
HSV(B)345.62º59.02%80.39%-
XYZ31.3320.5117.93-
YUV123.48122.09186.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=51.00%
G=20.90%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058411300.590.450.20345.6254.7556.67
HexCD547103B2D1415a3739
Octal31512416107355245326771
Binary1100110110101001110001011101110110110100101011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5471; }

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

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

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

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

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

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

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

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