#CC7994

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

Shades of Charm #CC7994

Tints of Charm #CC7994

Color information

#CC7994 (or 0xCC7994) is unknown color: approx Charm. HEX triplet: CC, 79 and 94. RGB value is (204,121,148). Sum of RGB (Red+Green+Blue) = 204+121+148=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7994 is #33866B. Grayscale: #949494. Windows color (decimal): -3376748 or 9730508. OLE color: 9730508.

HSL color Cylindrical-coordinate representation of color #CC7994: hue angle of 340.48º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7994 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204121148-
CMYK00.410.270.2
HSL340.48º44.86%63.73%-
HSV(B)340.48º40.69%80%-
XYZ37.0828.6531.59-
YUV148.89127.5167.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=43.13%
G=25.58%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412114800.410.270.2340.4844.8663.73
HexCC79940291B141542d40
Octal314171224051332452455100
Binary11001100111100110010100010100111011101001010101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7994; }

 p { color: rgb(204,121,148); }

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

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

 a { background-color: rgb(204,121,148); }

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

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

 span { border-color: rgb(204,121,148); }

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