Html Css Color HEX #C55256 Mandy

📋 copy color: '#C55256'

red 197 ◦ green 82 ◦ blue 86

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

Shades of Mandy #C55256

Tints of Mandy #C55256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 53.97%
G = 22.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C55256 (or 0xC55256) is known color: Mandy. HEX triplet: C5, 52 and 56. RGB value is (197,82,86). Sum of RGB (Red+Green+Blue) = 197+82+86=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55256 is #3AADA9. Grayscale: #747474. Windows color (decimal): -3845546 or 5657285. OLE color: 5657285.

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

Color convert

RGB 197 82 86 -
CMYK 0 0.58 0.56 0.23
HSL 357.91º 0.5% 0.55% -
HSV(B) 357.91º 0.58% 0.77% -
XYZ 27.72 18.58 10.93 -
YUV 116.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 197 82 86 0 0.58 0.56 0.23 357.91 0.5 0.55
Hex C5 52 56 0 3A 38 17 166 32 37
Octal 305 122 126 0 72 70 27 546 62 67
Binary 11000101 1010010 1010110 0 111010 111000 10111 101100110 110010 110111

Color Harmonies of #C55256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55256

Black with #C55256

Text Example


Text Example

White with #C55256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55256; }

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

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

background-color css

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

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

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

border-color css

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

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

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