#CC7486

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

Shades of Charm #CC7486

Tints of Charm #CC7486

Color information

#CC7486 (or 0xCC7486) is unknown color: approx Charm. HEX triplet: CC, 74 and 86. RGB value is (204,116,134). Sum of RGB (Red+Green+Blue) = 204+116+134=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7486 is #338B79. Grayscale: #909090. Windows color (decimal): -3378042 or 8811724. OLE color: 8811724.

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

Color convert

RGB204116134-
CMYK00.430.340.2
HSL347.73º46.32%62.75%-
HSV(B)347.73º43.14%80%-
XYZ35.4527.0525.91-
YUV144.36122.15170.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=44.93%
G=25.55%
B=29.52%

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
Decimal20411613400.430.340.2347.7346.3262.75
HexCC748602B221415c2e3f
Octal31416420605342245345677
Binary11001100111010010000110010101110001010100101011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7486; }

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

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

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

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

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

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

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

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