Html Css Color HEX #C55260 Mandy

📋 copy color: '#C55260'

red 197 ◦ green 82 ◦ blue 96

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

Shades of Mandy #C55260

Tints of Mandy #C55260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 52.53%
G = 21.87%
B = 25.6%

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

#C55260 (or 0xC55260) is known color: Mandy. HEX triplet: C5, 52 and 60. RGB value is (197,82,96). Sum of RGB (Red+Green+Blue) = 197+82+96=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55260 is #3AAD9F. Grayscale: #767676. Windows color (decimal): -3845536 or 6312645. OLE color: 6312645.

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

Color convert

RGB 197 82 96 -
CMYK 0 0.58 0.51 0.23
HSL 352.7º 0.5% 0.55% -
HSV(B) 352.7º 0.58% 0.77% -
XYZ 28.15 18.75 13.2 -
YUV 117.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 197 82 96 0 0.58 0.51 0.23 352.7 0.5 0.55
Hex C5 52 60 0 3A 33 17 161 32 37
Octal 305 122 140 0 72 63 27 541 62 67
Binary 11000101 1010010 1100000 0 111010 110011 10111 101100001 110010 110111

Color Harmonies of #C55260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55260

Black with #C55260

Text Example


Text Example

White with #C55260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55260; }

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

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

background-color css

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

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

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

border-color css

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

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

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