Html Css Color HEX #C55361 Mandy

📋 copy color: '#C55361'

red 197 ◦ green 83 ◦ blue 97

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

Shades of Mandy #C55361

Tints of Mandy #C55361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 52.25%
G = 22.02%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C55361 (or 0xC55361) is known color: Mandy. HEX triplet: C5, 53 and 61. RGB value is (197,83,97). Sum of RGB (Red+Green+Blue) = 197+83+97=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55361 is #3AAC9E. Grayscale: #767676. Windows color (decimal): -3845279 or 6378437. OLE color: 6378437.

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

Color convert

RGB 197 83 97 -
CMYK 0 0.58 0.51 0.23
HSL 352.63º 0.5% 0.55% -
HSV(B) 352.63º 0.58% 0.77% -
XYZ 28.28 18.92 13.47 -
YUV 118.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 197 83 97 0 0.58 0.51 0.23 352.63 0.5 0.55
Hex C5 53 61 0 3A 33 17 161 32 37
Octal 305 123 141 0 72 63 27 541 62 67
Binary 11000101 1010011 1100001 0 111010 110011 10111 101100001 110010 110111

Color Harmonies of #C55361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55361

Black with #C55361

Text Example


Text Example

White with #C55361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55361; }

 p { color: rgb(197,83,97); }

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

background-color css

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

 a { background-color: rgb(197,83,97); }

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

border-color css

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

 span { border-color: rgb(197,83,97); }

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