#cd5e7b

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

Shades of Cabaret #CD5E7B

Tints of Cabaret #CD5E7B

Color information

#CD5E7B (or 0xCD5E7B) is unknown color: approx Cabaret. HEX triplet: CD, 5E and 7B. RGB value is (205,94,123). Sum of RGB (Red+Green+Blue) = 205+94+123=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E7B is #32A184. Grayscale: #828282. Windows color (decimal): -3318149 or 8085197. OLE color: 8085197.

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

Color convert

RGB20594123-
CMYK00.540.40.20
HSL344.32º52.61%58.63%-
HSV(B)344.32º54.15%80.39%-
XYZ32.7522.4121.34-
YUV130.49123.77181.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=48.58%
G=22.27%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059412300.540.40.20344.3252.6158.63
HexCD5E7B0362814158353b
Octal31513617306650245306573
Binary1100110110111101111011011011010100010100101011000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5e7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5e7b; }

 p { color: rgb(205,94,123); }

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

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

 a { background-color: rgb(205,94,123); }

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

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

 span { border-color: rgb(205,94,123); }

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