Html Css Color HEX #C55261 Mandy

📋 copy color: '#C55261'

red 197 ◦ green 82 ◦ blue 97

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

Shades of Mandy #C55261

Tints of Mandy #C55261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 52.39%
G = 21.81%
B = 25.8%

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

#C55261 (or 0xC55261) is known color: Mandy. HEX triplet: C5, 52 and 61. RGB value is (197,82,97). Sum of RGB (Red+Green+Blue) = 197+82+97=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55261 is #3AAD9E. Grayscale: #767676. Windows color (decimal): -3845535 or 6378181. OLE color: 6378181.

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

Color convert

RGB 197 82 97 -
CMYK 0 0.58 0.51 0.23
HSL 352.17º 0.5% 0.55% -
HSV(B) 352.17º 0.58% 0.77% -
XYZ 28.2 18.77 13.45 -
YUV 118.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 197 82 97 0 0.58 0.51 0.23 352.17 0.5 0.55
Hex C5 52 61 0 3A 33 17 160 32 37
Octal 305 122 141 0 72 63 27 540 62 67
Binary 11000101 1010010 1100001 0 111010 110011 10111 101100000 110010 110111

Color Harmonies of #C55261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55261

Black with #C55261

Text Example


Text Example

White with #C55261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55261; }

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

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

background-color css

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

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

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

border-color css

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

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

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