#CD516D

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

Shades of Cabaret #CD516D

Tints of Cabaret #CD516D

Color information

#CD516D (or 0xCD516D) is unknown color: approx Cabaret. HEX triplet: CD, 51 and 6D. RGB value is (205,81,109). Sum of RGB (Red+Green+Blue) = 205+81+109=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD516D is #32AE92. Grayscale: #797979. Windows color (decimal): -3321491 or 7164365. OLE color: 7164365.

HSL color Cylindrical-coordinate representation of color #CD516D: hue angle of 346.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD516D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20581109-
CMYK00.600.470.20
HSL346.45º55.36%56.08%-
HSV(B)346.45º60.49%80.39%-
XYZ30.8819.9716.69-
YUV121.27121.08187.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=51.90%
G=20.51%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058110900.600.470.20346.4555.3656.08
HexCD516D03C2F1415a3738
Octal31512115507457245326770
Binary1100110110100011101101011110010111110100101011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD516D; }

 p { color: rgb(205,81,109); }

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

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

 a { background-color: rgb(205,81,109); }

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

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

 span { border-color: rgb(205,81,109); }

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