Html Css Color HEX #C4484A Mandy

📋 copy color: '#C4484A'

red 196 ◦ green 72 ◦ blue 74

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

Shades of Mandy #C4484A

Tints of Mandy #C4484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 57.31%
G = 21.05%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4484A (or 0xC4484A) is known color: Mandy. HEX triplet: C4, 48 and 4A. RGB value is (196,72,74). Sum of RGB (Red+Green+Blue) = 196+72+74=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4484A is #3BB7B5. Grayscale: #6D6D6D. Windows color (decimal): -3913654 or 4868292. OLE color: 4868292.

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

Color convert

RGB 196 72 74 -
CMYK 0 0.63 0.62 0.23
HSL 359.03º 0.51% 0.53% -
HSV(B) 359.03º 0.63% 0.77% -
XYZ 26.32 16.86 8.35 -
YUV 109.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 196 72 74 0 0.63 0.62 0.23 359.03 0.51 0.53
Hex C4 48 4A 0 3F 3E 17 167 33 35
Octal 304 110 112 0 77 76 27 547 63 65
Binary 11000100 1001000 1001010 0 111111 111110 10111 101100111 110011 110101

Color Harmonies of #C4484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4484A

Black with #C4484A

Text Example


Text Example

White with #C4484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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