#CC7586

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

Shades of Charm #CC7586

Tints of Charm #CC7586

Color information

#CC7586 (or 0xCC7586) is unknown color: approx Charm. HEX triplet: CC, 75 and 86. RGB value is (204,117,134). Sum of RGB (Red+Green+Blue) = 204+117+134=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7586 is #338A79. Grayscale: #909090. Windows color (decimal): -3377786 or 8811980. OLE color: 8811980.

HSL color Cylindrical-coordinate representation of color #CC7586: hue angle of 348.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7586 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204117134-
CMYK00.430.340.2
HSL348.28º46.03%62.94%-
HSV(B)348.28º42.65%80%-
XYZ35.5727.2825.95-
YUV144.95121.82170.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=44.84%
G=25.71%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411713400.430.340.2348.2846.0362.94
HexCC758602B221415c2e3f
Octal31416520605342245345677
Binary11001100111010110000110010101110001010100101011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7586; }

 p { color: rgb(204,117,134); }

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

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

 a { background-color: rgb(204,117,134); }

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

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

 span { border-color: rgb(204,117,134); }

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