Html Css Color HEX #C5555F Mandy

📋 copy color: '#C5555F'

red 197 ◦ green 85 ◦ blue 95

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

Shades of Mandy #C5555F

Tints of Mandy #C5555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 52.25%
G = 22.55%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5555F (or 0xC5555F) is known color: Mandy. HEX triplet: C5, 55 and 5F. RGB value is (197,85,95). Sum of RGB (Red+Green+Blue) = 197+85+95=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5555F is #3AAAA0. Grayscale: #777777. Windows color (decimal): -3844769 or 6247877. OLE color: 6247877.

HSL color Cylindrical-coordinate representation of color #C5555F: hue angle of 354.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5555F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 95 -
CMYK 0 0.57 0.52 0.23
HSL 354.64º 0.49% 0.55% -
HSV(B) 354.64º 0.57% 0.77% -
XYZ 28.34 19.19 13.04 -
YUV 119.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 197 85 95 0 0.57 0.52 0.23 354.64 0.49 0.55
Hex C5 55 5F 0 39 34 17 163 31 37
Octal 305 125 137 0 71 64 27 543 61 67
Binary 11000101 1010101 1011111 0 111001 110100 10111 101100011 110001 110111

Color Harmonies of #C5555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5555F

Black with #C5555F

Text Example


Text Example

White with #C5555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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