#CD596E

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

Shades of Cabaret #CD596E

Tints of Cabaret #CD596E

Color information

#CD596E (or 0xCD596E) is unknown color: approx Cabaret. HEX triplet: CD, 59 and 6E. RGB value is (205,89,110). Sum of RGB (Red+Green+Blue) = 205+89+110=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD596E is #32A691. Grayscale: #7E7E7E. Windows color (decimal): -3319442 or 7231949. OLE color: 7231949.

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

Color convert

RGB20589110-
CMYK00.570.460.20
HSL349.14º53.7%57.65%-
HSV(B)349.14º56.59%80.39%-
XYZ31.5621.2517.19-
YUV126.08118.93184.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.74%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=50.74%
G=22.03%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058911000.570.460.20349.1453.757.65
HexCD596E0392E1415d363a
Octal31513115607156245356672
Binary1100110110110011101110011100110111010100101011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD596E; }

 p { color: rgb(205,89,110); }

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

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

 a { background-color: rgb(205,89,110); }

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

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

 span { border-color: rgb(205,89,110); }

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