#CD5472

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

Shades of Cabaret #CD5472

Tints of Cabaret #CD5472

Color information

#CD5472 (or 0xCD5472) is unknown color: approx Cabaret. HEX triplet: CD, 54 and 72. RGB value is (205,84,114). Sum of RGB (Red+Green+Blue) = 205+84+114=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5472 is #32AB8D. Grayscale: #7B7B7B. Windows color (decimal): -3320718 or 7492813. OLE color: 7492813.

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

Color convert

RGB20584114-
CMYK00.590.440.20
HSL345.12º54.75%56.67%-
HSV(B)345.12º59.02%80.39%-
XYZ31.3820.5318.23-
YUV123.6122.59186.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=50.87%
G=20.84%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058411400.590.440.20345.1254.7556.67
HexCD547203B2C141593739
Octal31512416207354245316771
Binary1100110110101001110010011101110110010100101011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5472; }

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

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

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

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

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

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

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

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