Html Css Color HEX #C4494E Mandy

📋 copy color: '#C4494E'

red 196 ◦ green 73 ◦ blue 78

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

Shades of Mandy #C4494E

Tints of Mandy #C4494E

RGB

 RED value IS 196 (76.95% from 255) = 56.48%

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

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

R = 56.48%
G = 21.04%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4494E (or 0xC4494E) is known color: Mandy. HEX triplet: C4, 49 and 4E. RGB value is (196,73,78). Sum of RGB (Red+Green+Blue) = 196+73+78=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4494E is #3BB6B1. Grayscale: #6E6E6E. Windows color (decimal): -3913394 or 5130692. OLE color: 5130692.

HSL color Cylindrical-coordinate representation of color #C4494E: hue angle of 357.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4494E is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 78 -
CMYK 0 0.63 0.60 0.23
HSL 357.56º 0.51% 0.53% -
HSV(B) 357.56º 0.63% 0.77% -
XYZ 26.52 17.05 9.1 -
YUV 110.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 196 73 78 0 0.63 0.60 0.23 357.56 0.51 0.53
Hex C4 49 4E 0 3F 3C 17 166 33 35
Octal 304 111 116 0 77 74 27 546 63 65
Binary 11000100 1001001 1001110 0 111111 111100 10111 101100110 110011 110101

Color Harmonies of #C4494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4494E

Black with #C4494E

Text Example


Text Example

White with #C4494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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