Html Css Color HEX #C55355 Mandy

📋 copy color: '#C55355'

red 197 ◦ green 83 ◦ blue 85

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

Shades of Mandy #C55355

Tints of Mandy #C55355

RGB

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

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

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

R = 53.97%
G = 22.74%
B = 23.29%

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

#C55355 (or 0xC55355) is known color: Mandy. HEX triplet: C5, 53 and 55. RGB value is (197,83,85). Sum of RGB (Red+Green+Blue) = 197+83+85=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55355 is #3AACAA. Grayscale: #757575. Windows color (decimal): -3845291 or 5592005. OLE color: 5592005.

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

Color convert

RGB 197 83 85 -
CMYK 0 0.58 0.57 0.23
HSL 358.95º 0.5% 0.55% -
HSV(B) 358.95º 0.58% 0.77% -
XYZ 27.76 18.71 10.74 -
YUV 117.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 197 83 85 0 0.58 0.57 0.23 358.95 0.5 0.55
Hex C5 53 55 0 3A 39 17 167 32 37
Octal 305 123 125 0 72 71 27 547 62 67
Binary 11000101 1010011 1010101 0 111010 111001 10111 101100111 110010 110111

Color Harmonies of #C55355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55355

Black with #C55355

Text Example


Text Example

White with #C55355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55355; }

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

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

background-color css

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

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

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

border-color css

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

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

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