#CD5D7B

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

Shades of Cabaret #CD5D7B

Tints of Cabaret #CD5D7B

Color information

#CD5D7B (or 0xCD5D7B) is unknown color: approx Cabaret. HEX triplet: CD, 5D and 7B. RGB value is (205,93,123). Sum of RGB (Red+Green+Blue) = 205+93+123=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D7B is #32A284. Grayscale: #818181. Windows color (decimal): -3318405 or 8084941. OLE color: 8084941.

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

Color convert

RGB20593123-
CMYK00.550.40.20
HSL343.93º52.83%58.43%-
HSV(B)343.93º54.63%80.39%-
XYZ32.6722.2421.31-
YUV129.91124.11181.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=48.69%
G=22.09%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059312300.550.40.20343.9352.8358.43
HexCD5D7B0372814158353a
Octal31513517306750245306572
Binary1100110110111011111011011011110100010100101011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D7B; }

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

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

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

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

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

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

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

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