Html Css Color HEX #C55255 Mandy

📋 copy color: '#C55255'

red 197 ◦ green 82 ◦ blue 85

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

Shades of Mandy #C55255

Tints of Mandy #C55255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 54.12%
G = 22.53%
B = 23.35%

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

#C55255 (or 0xC55255) is known color: Mandy. HEX triplet: C5, 52 and 55. RGB value is (197,82,85). Sum of RGB (Red+Green+Blue) = 197+82+85=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55255 is #3AADAA. Grayscale: #747474. Windows color (decimal): -3845547 or 5591749. OLE color: 5591749.

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

Color convert

RGB 197 82 85 -
CMYK 0 0.58 0.57 0.23
HSL 358.43º 0.5% 0.55% -
HSV(B) 358.43º 0.58% 0.77% -
XYZ 27.68 18.56 10.72 -
YUV 116.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 197 82 85 0 0.58 0.57 0.23 358.43 0.5 0.55
Hex C5 52 55 0 3A 39 17 166 32 37
Octal 305 122 125 0 72 71 27 546 62 67
Binary 11000101 1010010 1010101 0 111010 111001 10111 101100110 110010 110111

Color Harmonies of #C55255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55255

Black with #C55255

Text Example


Text Example

White with #C55255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55255; }

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

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

background-color css

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

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

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

border-color css

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

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

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