Html Css Color HEX #C4484E Mandy

📋 copy color: '#C4484E'

red 196 ◦ green 72 ◦ blue 78

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

Shades of Mandy #C4484E

Tints of Mandy #C4484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 56.65%
G = 20.81%
B = 22.54%

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

#C4484E (or 0xC4484E) is known color: Mandy. HEX triplet: C4, 48 and 4E. RGB value is (196,72,78). Sum of RGB (Red+Green+Blue) = 196+72+78=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4484E is #3BB7B1. Grayscale: #6D6D6D. Windows color (decimal): -3913650 or 5130436. OLE color: 5130436.

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

Color convert

RGB 196 72 78 -
CMYK 0 0.63 0.60 0.23
HSL 357.1º 0.51% 0.53% -
HSV(B) 357.1º 0.63% 0.77% -
XYZ 26.46 16.92 9.08 -
YUV 109.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 196 72 78 0 0.63 0.60 0.23 357.1 0.51 0.53
Hex C4 48 4E 0 3F 3C 17 165 33 35
Octal 304 110 116 0 77 74 27 545 63 65
Binary 11000100 1001000 1001110 0 111111 111100 10111 101100101 110011 110101

Color Harmonies of #C4484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4484E

Black with #C4484E

Text Example


Text Example

White with #C4484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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