Html Css Color HEX #CC7994 Charm

📋 copy color: '#CC7994'

red 204 ◦ green 121 ◦ blue 148

#CC7994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CC7994

Tints of Charm #CC7994

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.2% from 255) = 31.29%

R = 43.13%
G = 25.58%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC7994 (or 0xCC7994) is known color: 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

RGB 204 121 148 -
CMYK 0 0.41 0.27 0.2
HSL 340.48º 0.45% 0.64% -
HSV(B) 340.48º 0.41% 0.8% -
XYZ 37.08 28.65 31.59 -
YUV 148.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 204 121 148 0 0.41 0.27 0.2 340.48 0.45 0.64
Hex CC 79 94 0 29 1B 14 154 2D 40
Octal 314 171 224 0 51 33 24 524 55 100
Binary 11001100 1111001 10010100 0 101001 11011 10100 101010100 101101 1000000

Color Harmonies of #CC7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7994

Black with #CC7994

Text Example


Text Example

White with #CC7994

Text Example


Text Example

HTML Codes & Css Web 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>