Html Css Color HEX #C5474C Mandy

📋 copy color: '#C5474C'

red 197 ◦ green 71 ◦ blue 76

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

Shades of Mandy #C5474C

Tints of Mandy #C5474C

RGB

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

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

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

R = 57.27%
G = 20.64%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5474C (or 0xC5474C) is known color: Mandy. HEX triplet: C5, 47 and 4C. RGB value is (197,71,76). Sum of RGB (Red+Green+Blue) = 197+71+76=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5474C is #3AB8B3. Grayscale: #6D6D6D. Windows color (decimal): -3848372 or 4999109. OLE color: 4999109.

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

Color convert

RGB 197 71 76 -
CMYK 0 0.64 0.61 0.23
HSL 357.62º 0.52% 0.53% -
HSV(B) 357.62º 0.64% 0.77% -
XYZ 26.58 16.9 8.7 -
YUV 109.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 197 71 76 0 0.64 0.61 0.23 357.62 0.52 0.53
Hex C5 47 4C 0 40 3D 17 166 34 35
Octal 305 107 114 0 100 75 27 546 64 65
Binary 11000101 1000111 1001100 0 1000000 111101 10111 101100110 110100 110101

Color Harmonies of #C5474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5474C

Black with #C5474C

Text Example


Text Example

White with #C5474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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