Html Css Color HEX #CC494E Mandy

📋 copy color: '#CC494E'

red 204 ◦ green 73 ◦ blue 78

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

Shades of Mandy #CC494E

Tints of Mandy #CC494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 57.46%
G = 20.56%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC494E (or 0xCC494E) is known color: Mandy. HEX triplet: CC, 49 and 4E. RGB value is (204,73,78). Sum of RGB (Red+Green+Blue) = 204+73+78=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC494E is #33B6B1. Grayscale: #707070. Windows color (decimal): -3389106 or 5130700. OLE color: 5130700.

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

Color convert

RGB 204 73 78 -
CMYK 0 0.64 0.62 0.2
HSL 357.71º 0.56% 0.54% -
HSV(B) 357.71º 0.64% 0.8% -
XYZ 28.66 18.15 9.2 -
YUV 112.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 204 73 78 0 0.64 0.62 0.2 357.71 0.56 0.54
Hex CC 49 4E 0 40 3E 14 166 38 36
Octal 314 111 116 0 100 76 24 546 70 66
Binary 11001100 1001001 1001110 0 1000000 111110 10100 101100110 111000 110110

Color Harmonies of #CC494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC494E

Black with #CC494E

Text Example


Text Example

White with #CC494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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