#CC748E

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

Shades of Charm #CC748E

Tints of Charm #CC748E

Color information

#CC748E (or 0xCC748E) is unknown color: approx Charm. HEX triplet: CC, 74 and 8E. RGB value is (204,116,142). Sum of RGB (Red+Green+Blue) = 204+116+142=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC748E is #338B71. Grayscale: #919191. Windows color (decimal): -3378034 or 9336012. OLE color: 9336012.

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

Color convert

RGB204116142-
CMYK00.430.300.2
HSL342.27º46.32%62.75%-
HSV(B)342.27º43.14%80%-
XYZ36.0327.2828.96-
YUV145.28126.15169.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=44.16%
G=25.11%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411614200.430.300.2342.2746.3262.75
HexCC748E02B1E141562e3f
Octal31416421605336245265677
Binary1100110011101001000111001010111111010100101010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC748E; }

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

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

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

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

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

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

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

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