#CD526D

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

Shades of Cabaret #CD526D

Tints of Cabaret #CD526D

Color information

#CD526D (or 0xCD526D) is unknown color: approx Cabaret. HEX triplet: CD, 52 and 6D. RGB value is (205,82,109). Sum of RGB (Red+Green+Blue) = 205+82+109=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD526D is #32AD92. Grayscale: #797979. Windows color (decimal): -3321235 or 7164621. OLE color: 7164621.

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

Color convert

RGB20582109-
CMYK00.60.470.20
HSL346.83º55.16%56.27%-
HSV(B)346.83º60%80.39%-
XYZ30.9520.1216.72-
YUV121.86120.75187.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=51.77%
G=20.71%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058210900.60.470.20346.8355.1656.27
HexCD526D03C2F1415b3738
Octal31512215507457245336770
Binary1100110110100101101101011110010111110100101011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD526D; }

 p { color: rgb(205,82,109); }

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

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

 a { background-color: rgb(205,82,109); }

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

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

 span { border-color: rgb(205,82,109); }

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