#CD5173

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

Shades of Cabaret #CD5173

Tints of Cabaret #CD5173

Color information

#CD5173 (or 0xCD5173) is unknown color: approx Cabaret. HEX triplet: CD, 51 and 73. RGB value is (205,81,115). Sum of RGB (Red+Green+Blue) = 205+81+115=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5173 is #32AE8C. Grayscale: #797979. Windows color (decimal): -3321485 or 7557581. OLE color: 7557581.

HSL color Cylindrical-coordinate representation of color #CD5173: hue angle of 343.55º 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 #CD5173 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB20581115-
CMYK00.600.440.20
HSL343.55º55.36%56.08%-
HSV(B)343.55º60.49%80.39%-
XYZ31.2120.118.45-
YUV121.95124.08187.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=51.12%
G=20.20%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058111500.600.440.20343.5555.3656.08
HexCD517303C2C141583738
Octal31512116307454245306770
Binary1100110110100011110011011110010110010100101011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5173; }

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

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

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

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

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

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

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

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