#CD5765

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

Shades of Cabaret #CD5765

Tints of Cabaret #CD5765

Color information

#CD5765 (or 0xCD5765) is unknown color: approx Cabaret. HEX triplet: CD, 57 and 65. RGB value is (205,87,101). Sum of RGB (Red+Green+Blue) = 205+87+101=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5765 is #32A89A. Grayscale: #7B7B7B. Windows color (decimal): -3319963 or 6641613. OLE color: 6641613.

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

Color convert

RGB20587101-
CMYK00.580.510.20
HSL352.88º54.13%57.25%-
HSV(B)352.88º57.56%80.39%-
XYZ30.9320.7414.68-
YUV123.88115.09185.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.16%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=52.16%
G=22.14%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058710100.580.510.20352.8854.1357.25
HexCD576503A33141613639
Octal31512714507263245416671
Binary1100110110101111100101011101011001110100101100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5765; }

 p { color: rgb(205,87,101); }

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

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

 a { background-color: rgb(205,87,101); }

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

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

 span { border-color: rgb(205,87,101); }

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