#CC586E

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

Shades of Cabaret #CC586E

Tints of Cabaret #CC586E

Color information

#CC586E (or 0xCC586E) is unknown color: approx Cabaret. HEX triplet: CC, 58 and 6E. RGB value is (204,88,110). Sum of RGB (Red+Green+Blue) = 204+88+110=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC586E is #33A791. Grayscale: #7D7D7D. Windows color (decimal): -3385234 or 7231692. OLE color: 7231692.

HSL color Cylindrical-coordinate representation of color #CC586E: hue angle of 348.62º 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 #CC586E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB20488110-
CMYK00.570.460.2
HSL348.62º53.21%57.25%-
HSV(B)348.62º56.86%80%-
XYZ31.2120.9417.15-
YUV125.19119.43184.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=50.75%
G=21.89%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048811000.570.460.2348.6253.2157.25
HexCC586E0392E1415d3539
Octal31413015607156245356571
Binary1100110010110001101110011100110111010100101011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC586E; }

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

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

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

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

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

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

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

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