Html Css Color HEX #C5485B Mandy

📋 copy color: '#C5485B'

red 197 ◦ green 72 ◦ blue 91

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

Shades of Mandy #C5485B

Tints of Mandy #C5485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 54.72%
G = 20%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5485B (or 0xC5485B) is known color: Mandy. HEX triplet: C5, 48 and 5B. RGB value is (197,72,91). Sum of RGB (Red+Green+Blue) = 197+72+91=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5485B is #3AB7A4. Grayscale: #6F6F6F. Windows color (decimal): -3848101 or 5982405. OLE color: 5982405.

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

Color convert

RGB 197 72 91 -
CMYK 0 0.63 0.54 0.23
HSL 350.88º 0.52% 0.53% -
HSV(B) 350.88º 0.63% 0.77% -
XYZ 27.23 17.26 11.79 -
YUV 111.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 197 72 91 0 0.63 0.54 0.23 350.88 0.52 0.53
Hex C5 48 5B 0 3F 36 17 15F 34 35
Octal 305 110 133 0 77 66 27 537 64 65
Binary 11000101 1001000 1011011 0 111111 110110 10111 101011111 110100 110101

Color Harmonies of #C5485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5485B

Black with #C5485B

Text Example


Text Example

White with #C5485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5485B; }

 p { color: rgb(197,72,91); }

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

background-color css

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

 a { background-color: rgb(197,72,91); }

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

border-color css

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

 span { border-color: rgb(197,72,91); }

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