Html Css Color HEX #C4484F Mandy

📋 copy color: '#C4484F'

red 196 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C4484F

Tints of Mandy #C4484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 56.48%
G = 20.75%
B = 22.77%

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

#C4484F (or 0xC4484F) is known color: Mandy. HEX triplet: C4, 48 and 4F. RGB value is (196,72,79). Sum of RGB (Red+Green+Blue) = 196+72+79=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4484F is #3BB7B0. Grayscale: #6D6D6D. Windows color (decimal): -3913649 or 5195972. OLE color: 5195972.

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

Color convert

RGB 196 72 79 -
CMYK 0 0.63 0.60 0.23
HSL 356.61º 0.51% 0.53% -
HSV(B) 356.61º 0.63% 0.77% -
XYZ 26.49 16.94 9.27 -
YUV 109.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 196 72 79 0 0.63 0.60 0.23 356.61 0.51 0.53
Hex C4 48 4F 0 3F 3C 17 165 33 35
Octal 304 110 117 0 77 74 27 545 63 65
Binary 11000100 1001000 1001111 0 111111 111100 10111 101100101 110011 110101

Color Harmonies of #C4484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4484F

Black with #C4484F

Text Example


Text Example

White with #C4484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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