Html Css Color HEX #C5474A Mandy

📋 copy color: '#C5474A'

red 197 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C5474A

Tints of Mandy #C5474A

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 57.6%
G = 20.76%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5474A (or 0xC5474A) is known color: Mandy. HEX triplet: C5, 47 and 4A. RGB value is (197,71,74). Sum of RGB (Red+Green+Blue) = 197+71+74=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5474A is #3AB8B5. Grayscale: #6D6D6D. Windows color (decimal): -3848374 or 4868037. OLE color: 4868037.

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

Color convert

RGB 197 71 74 -
CMYK 0 0.64 0.62 0.23
HSL 358.57º 0.52% 0.53% -
HSV(B) 358.57º 0.64% 0.77% -
XYZ 26.52 16.87 8.34 -
YUV 109.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 197 71 74 0 0.64 0.62 0.23 358.57 0.52 0.53
Hex C5 47 4A 0 40 3E 17 167 34 35
Octal 305 107 112 0 100 76 27 547 64 65
Binary 11000101 1000111 1001010 0 1000000 111110 10111 101100111 110100 110101

Color Harmonies of #C5474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5474A

Black with #C5474A

Text Example


Text Example

White with #C5474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5474A; }

 p { color: rgb(197,71,74); }

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

background-color css

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

 a { background-color: rgb(197,71,74); }

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

border-color css

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

 span { border-color: rgb(197,71,74); }

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