Html Css Color HEX #CC494C Mandy

📋 copy color: '#CC494C'

red 204 ◦ green 73 ◦ blue 76

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

Shades of Mandy #CC494C

Tints of Mandy #CC494C

RGB

 RED value IS 204 (80.08% from 255) = 57.79%

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 57.79%
G = 20.68%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC494C (or 0xCC494C) is known color: Mandy. HEX triplet: CC, 49 and 4C. RGB value is (204,73,76). Sum of RGB (Red+Green+Blue) = 204+73+76=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC494C is #33B6B3. Grayscale: #707070. Windows color (decimal): -3389108 or 4999628. OLE color: 4999628.

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

Color convert

RGB 204 73 76 -
CMYK 0 0.64 0.63 0.2
HSL 358.63º 0.56% 0.54% -
HSV(B) 358.63º 0.64% 0.8% -
XYZ 28.59 18.12 8.83 -
YUV 112.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 204 73 76 0 0.64 0.63 0.2 358.63 0.56 0.54
Hex CC 49 4C 0 40 3F 14 167 38 36
Octal 314 111 114 0 100 77 24 547 70 66
Binary 11001100 1001001 1001100 0 1000000 111111 10100 101100111 111000 110110

Color Harmonies of #CC494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC494C

Black with #CC494C

Text Example


Text Example

White with #CC494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC494C; }

 p { color: rgb(204,73,76); }

 H1.HeaderClassName
 {
   color: #CC494C;
 }
 .AnyTagClassName
 {
   color: #CC494C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,73,76); }

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

border-color css

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

 span { border-color: rgb(204,73,76); }

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