Html Css Color HEX #C4494C Mandy

📋 copy color: '#C4494C'

red 196 ◦ green 73 ◦ blue 76

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

Shades of Mandy #C4494C

Tints of Mandy #C4494C

RGB

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

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

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

R = 56.81%
G = 21.16%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4494C (or 0xC4494C) is known color: Mandy. HEX triplet: C4, 49 and 4C. RGB value is (196,73,76). Sum of RGB (Red+Green+Blue) = 196+73+76=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4494C is #3BB6B3. Grayscale: #6E6E6E. Windows color (decimal): -3913396 or 4999620. OLE color: 4999620.

HSL color Cylindrical-coordinate representation of color #C4494C: hue angle of 358.54º 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 #C4494C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 76 -
CMYK 0 0.63 0.61 0.23
HSL 358.54º 0.51% 0.53% -
HSV(B) 358.54º 0.63% 0.77% -
XYZ 26.45 17.02 8.73 -
YUV 110.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 196 73 76 0 0.63 0.61 0.23 358.54 0.51 0.53
Hex C4 49 4C 0 3F 3D 17 167 33 35
Octal 304 111 114 0 77 75 27 547 63 65
Binary 11000100 1001001 1001100 0 111111 111101 10111 101100111 110011 110101

Color Harmonies of #C4494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4494C

Black with #C4494C

Text Example


Text Example

White with #C4494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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