#CD5470

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

Shades of Cabaret #CD5470

Tints of Cabaret #CD5470

Color information

#CD5470 (or 0xCD5470) is unknown color: approx Cabaret. HEX triplet: CD, 54 and 70. RGB value is (205,84,112). Sum of RGB (Red+Green+Blue) = 205+84+112=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5470 is #32AB8F. Grayscale: #7B7B7B. Windows color (decimal): -3320720 or 7361741. OLE color: 7361741.

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

Color convert

RGB20584112-
CMYK00.590.450.20
HSL346.12º54.75%56.67%-
HSV(B)346.12º59.02%80.39%-
XYZ31.2720.4917.64-
YUV123.37121.59186.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=51.12%
G=20.95%
B=27.93%

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
Decimal2058411200.590.450.20346.1254.7556.67
HexCD547003B2D1415a3739
Octal31512416007355245326771
Binary1100110110101001110000011101110110110100101011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5470; }

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

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

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

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

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

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

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

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