#CC7386

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

Shades of Charm #CC7386

Tints of Charm #CC7386

Color information

#CC7386 (or 0xCC7386) is unknown color: approx Charm. HEX triplet: CC, 73 and 86. RGB value is (204,115,134). Sum of RGB (Red+Green+Blue) = 204+115+134=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7386 is #338C79. Grayscale: #8F8F8F. Windows color (decimal): -3378298 or 8811468. OLE color: 8811468.

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

Color convert

RGB204115134-
CMYK00.440.340.2
HSL347.19º46.6%62.55%-
HSV(B)347.19º43.63%80%-
XYZ35.3426.8225.87-
YUV143.78122.49170.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=45.03%
G=25.39%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411513400.440.340.2347.1946.662.55
HexCC738602C221415b2f3f
Octal31416320605442245335777
Binary11001100111001110000110010110010001010100101011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7386; }

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

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

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

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

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

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

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

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