Html Css Color HEX #C55262 Mandy

📋 copy color: '#C55262'

red 197 ◦ green 82 ◦ blue 98

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

Shades of Mandy #C55262

Tints of Mandy #C55262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 52.25%
G = 21.75%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C55262 (or 0xC55262) is known color: Mandy. HEX triplet: C5, 52 and 62. RGB value is (197,82,98). Sum of RGB (Red+Green+Blue) = 197+82+98=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55262 is #3AAD9D. Grayscale: #767676. Windows color (decimal): -3845534 or 6443717. OLE color: 6443717.

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

Color convert

RGB 197 82 98 -
CMYK 0 0.58 0.50 0.23
HSL 351.65º 0.5% 0.55% -
HSV(B) 351.65º 0.58% 0.77% -
XYZ 28.25 18.79 13.69 -
YUV 118.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 197 82 98 0 0.58 0.50 0.23 351.65 0.5 0.55
Hex C5 52 62 0 3A 32 17 160 32 37
Octal 305 122 142 0 72 62 27 540 62 67
Binary 11000101 1010010 1100010 0 111010 110010 10111 101100000 110010 110111

Color Harmonies of #C55262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55262

Black with #C55262

Text Example


Text Example

White with #C55262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55262; }

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

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

background-color css

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

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

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

border-color css

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

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

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