#cd486d

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

Shades of Cabaret #CD486D

Tints of Cabaret #CD486D

Color information

#CD486D (or 0xCD486D) is unknown color: approx Cabaret. HEX triplet: CD, 48 and 6D. RGB value is (205,72,109). Sum of RGB (Red+Green+Blue) = 205+72+109=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD486D is #32B792. Grayscale: #737373. Windows color (decimal): -3323795 or 7162061. OLE color: 7162061.

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

Color convert

RGB20572109-
CMYK00.650.470.20
HSL343.31º57.08%54.31%-
HSV(B)343.31º64.88%80.39%-
XYZ30.2518.7216.49-
YUV115.98124.06191.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.11%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=53.11%
G=18.65%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057210900.650.470.20343.3157.0854.31
HexCD486D0412F141573936
Octal315110155010157245277166
Binary11001101100100011011010100000110111110100101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd486d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd486d; }

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

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

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

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

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

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

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

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