Html Css Color HEX #C5505E Mandy

📋 copy color: '#C5505E'

red 197 ◦ green 80 ◦ blue 94

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

Shades of Mandy #C5505E

Tints of Mandy #C5505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 53.1%
G = 21.56%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5505E (or 0xC5505E) is known color: Mandy. HEX triplet: C5, 50 and 5E. RGB value is (197,80,94). Sum of RGB (Red+Green+Blue) = 197+80+94=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5505E is #3AAFA1. Grayscale: #747474. Windows color (decimal): -3846050 or 6181061. OLE color: 6181061.

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

Color convert

RGB 197 80 94 -
CMYK 0 0.59 0.52 0.23
HSL 352.82º 0.5% 0.54% -
HSV(B) 352.82º 0.59% 0.77% -
XYZ 27.92 18.42 12.67 -
YUV 116.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 197 80 94 0 0.59 0.52 0.23 352.82 0.5 0.54
Hex C5 50 5E 0 3B 34 17 161 32 36
Octal 305 120 136 0 73 64 27 541 62 66
Binary 11000101 1010000 1011110 0 111011 110100 10111 101100001 110010 110110

Color Harmonies of #C5505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5505E

Black with #C5505E

Text Example


Text Example

White with #C5505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5505E; }

 p { color: rgb(197,80,94); }

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

background-color css

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

 a { background-color: rgb(197,80,94); }

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

border-color css

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

 span { border-color: rgb(197,80,94); }

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