#CC7385

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

Shades of Charm #CC7385

Tints of Charm #CC7385

Color information

#CC7385 (or 0xCC7385) is unknown color: approx Charm. HEX triplet: CC, 73 and 85. RGB value is (204,115,133). Sum of RGB (Red+Green+Blue) = 204+115+133=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7385 is #338C7A. Grayscale: #8F8F8F. Windows color (decimal): -3378299 or 8745932. OLE color: 8745932.

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

Color convert

RGB204115133-
CMYK00.440.350.2
HSL347.87º46.6%62.55%-
HSV(B)347.87º43.63%80%-
XYZ35.2726.7925.5-
YUV143.66121.99171.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=45.13%
G=25.44%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411513300.440.350.2347.8746.662.55
HexCC738502C231415c2f3f
Octal31416320505443245345777
Binary11001100111001110000101010110010001110100101011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7385; }

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

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

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

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

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

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

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

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