Html Css Color HEX #C55254 Mandy

📋 copy color: '#C55254'

red 197 ◦ green 82 ◦ blue 84

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

Shades of Mandy #C55254

Tints of Mandy #C55254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 54.27%
G = 22.59%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55254 (or 0xC55254) is known color: Mandy. HEX triplet: C5, 52 and 54. RGB value is (197,82,84). Sum of RGB (Red+Green+Blue) = 197+82+84=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55254 is #3AADAB. Grayscale: #747474. Windows color (decimal): -3845548 or 5526213. OLE color: 5526213.

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

Color convert

RGB 197 82 84 -
CMYK 0 0.58 0.57 0.23
HSL 358.96º 0.5% 0.55% -
HSV(B) 358.96º 0.58% 0.77% -
XYZ 27.64 18.55 10.51 -
YUV 116.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 197 82 84 0 0.58 0.57 0.23 358.96 0.5 0.55
Hex C5 52 54 0 3A 39 17 167 32 37
Octal 305 122 124 0 72 71 27 547 62 67
Binary 11000101 1010010 1010100 0 111010 111001 10111 101100111 110010 110111

Color Harmonies of #C55254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55254

Black with #C55254

Text Example


Text Example

White with #C55254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55254; }

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

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

background-color css

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

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

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

border-color css

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

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

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