#CD4565

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

Shades of Cabaret #CD4565

Tints of Cabaret #CD4565

Color information

#CD4565 (or 0xCD4565) is unknown color: approx Cabaret. HEX triplet: CD, 45 and 65. RGB value is (205,69,101). Sum of RGB (Red+Green+Blue) = 205+69+101=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4565 is #32BA9A. Grayscale: #717171. Windows color (decimal): -3324571 or 6637005. OLE color: 6637005.

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

Color convert

RGB20569101-
CMYK00.660.510.20
HSL345.88º57.63%53.73%-
HSV(B)345.88º66.34%80.39%-
XYZ29.6518.1714.26-
YUV113.31121.06193.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=54.67%
G=18.4%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056910100.660.510.20345.8857.6353.73
HexCD4565042331415a3a36
Octal315105145010263245327266
Binary11001101100010111001010100001011001110100101011010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4565; }

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

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

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

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

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

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

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

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