Html Css Color HEX #C5475F Mandy

📋 copy color: '#C5475F'

red 197 ◦ green 71 ◦ blue 95

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

Shades of Mandy #C5475F

Tints of Mandy #C5475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 54.27%
G = 19.56%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5475F (or 0xC5475F) is known color: Mandy. HEX triplet: C5, 47 and 5F. RGB value is (197,71,95). Sum of RGB (Red+Green+Blue) = 197+71+95=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475F is #3AB8A0. Grayscale: #6F6F6F. Windows color (decimal): -3848353 or 6244293. OLE color: 6244293.

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

Color convert

RGB 197 71 95 -
CMYK 0 0.64 0.52 0.23
HSL 348.57º 0.52% 0.53% -
HSV(B) 348.57º 0.64% 0.77% -
XYZ 27.34 17.2 12.71 -
YUV 111.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 197 71 95 0 0.64 0.52 0.23 348.57 0.52 0.53
Hex C5 47 5F 0 40 34 17 15D 34 35
Octal 305 107 137 0 100 64 27 535 64 65
Binary 11000101 1000111 1011111 0 1000000 110100 10111 101011101 110100 110101

Color Harmonies of #C5475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5475F

Black with #C5475F

Text Example


Text Example

White with #C5475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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