Html Css Color HEX #C55358 Mandy

📋 copy color: '#C55358'

red 197 ◦ green 83 ◦ blue 88

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

Shades of Mandy #C55358

Tints of Mandy #C55358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 53.53%
G = 22.55%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C55358 (or 0xC55358) is known color: Mandy. HEX triplet: C5, 53 and 58. RGB value is (197,83,88). Sum of RGB (Red+Green+Blue) = 197+83+88=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C55358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55358 is #3AACA7. Grayscale: #757575. Windows color (decimal): -3845288 or 5788613. OLE color: 5788613.

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

Color convert

RGB 197 83 88 -
CMYK 0 0.58 0.55 0.23
HSL 357.37º 0.5% 0.55% -
HSV(B) 357.37º 0.58% 0.77% -
XYZ 27.88 18.76 11.38 -
YUV 117.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 197 83 88 0 0.58 0.55 0.23 357.37 0.5 0.55
Hex C5 53 58 0 3A 37 17 165 32 37
Octal 305 123 130 0 72 67 27 545 62 67
Binary 11000101 1010011 1011000 0 111010 110111 10111 101100101 110010 110111

Color Harmonies of #C55358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55358

Black with #C55358

Text Example


Text Example

White with #C55358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55358; }

 p { color: rgb(197,83,88); }

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

background-color css

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

 a { background-color: rgb(197,83,88); }

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

border-color css

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

 span { border-color: rgb(197,83,88); }

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