Html Css Color HEX #CC494A Mandy

📋 copy color: '#CC494A'

red 204 ◦ green 73 ◦ blue 74

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

Shades of Mandy #CC494A

Tints of Mandy #CC494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 58.12%
G = 20.8%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC494A (or 0xCC494A) is known color: Mandy. HEX triplet: CC, 49 and 4A. RGB value is (204,73,74). Sum of RGB (Red+Green+Blue) = 204+73+74=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC494A is #33B6B5. Grayscale: #707070. Windows color (decimal): -3389110 or 4868556. OLE color: 4868556.

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

Color convert

RGB 204 73 74 -
CMYK 0 0.64 0.64 0.2
HSL 359.54º 0.56% 0.54% -
HSV(B) 359.54º 0.64% 0.8% -
XYZ 28.52 18.1 8.47 -
YUV 112.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 204 73 74 0 0.64 0.64 0.2 359.54 0.56 0.54
Hex CC 49 4A 0 40 40 14 168 38 36
Octal 314 111 112 0 100 100 24 550 70 66
Binary 11001100 1001001 1001010 0 1000000 1000000 10100 101101000 111000 110110

Color Harmonies of #CC494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC494A

Black with #CC494A

Text Example


Text Example

White with #CC494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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