#CD4460

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

Shades of Cabaret #CD4460

Tints of Cabaret #CD4460

Color information

#CD4460 (or 0xCD4460) is unknown color: approx Cabaret. HEX triplet: CD, 44 and 60. RGB value is (205,68,96). Sum of RGB (Red+Green+Blue) = 205+68+96=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4460 is #32BB9F. Grayscale: #707070. Windows color (decimal): -3324832 or 6309069. OLE color: 6309069.

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

Color convert

RGB2056896-
CMYK00.670.530.20
HSL347.74º57.81%53.53%-
HSV(B)347.74º66.83%80.39%-
XYZ29.3617.9612.99-
YUV112.15118.89194.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=55.56%
G=18.43%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205689600.670.530.20347.7457.8153.53
HexCD4460043351415c3a36
Octal315104140010365245347266
Binary11001101100010011000000100001111010110100101011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4460; }

 p { color: rgb(205,68,96); }

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

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

 a { background-color: rgb(205,68,96); }

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

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

 span { border-color: rgb(205,68,96); }

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