#CC586D

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

Shades of Cabaret #CC586D

Tints of Cabaret #CC586D

Color information

#CC586D (or 0xCC586D) is unknown color: approx Cabaret. HEX triplet: CC, 58 and 6D. RGB value is (204,88,109). Sum of RGB (Red+Green+Blue) = 204+88+109=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC586D is #33A792. Grayscale: #7D7D7D. Windows color (decimal): -3385235 or 7166156. OLE color: 7166156.

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

Color convert

RGB20488109-
CMYK00.570.470.2
HSL349.14º53.21%57.25%-
HSV(B)349.14º56.86%80%-
XYZ31.1520.9216.86-
YUV125.08118.93184.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=50.87%
G=21.95%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048810900.570.470.2349.1453.2157.25
HexCC586D0392F1415d3539
Octal31413015507157245356571
Binary1100110010110001101101011100110111110100101011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC586D; }

 p { color: rgb(204,88,109); }

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

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

 a { background-color: rgb(204,88,109); }

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

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

 span { border-color: rgb(204,88,109); }

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