Html Css Color HEX #C14D56 Mandy

📋 copy color: '#C14D56'

red 193 ◦ green 77 ◦ blue 86

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

Shades of Mandy #C14D56

Tints of Mandy #C14D56

RGB

 RED value IS 193 (75.78% from 255) = 54.21%

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 54.21%
G = 21.63%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C14D56 (or 0xC14D56) is known color: Mandy. HEX triplet: C1, 4D and 56. RGB value is (193,77,86). Sum of RGB (Red+Green+Blue) = 193+77+86=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D56 is #3EB2A9. Grayscale: #707070. Windows color (decimal): -4108970 or 5656001. OLE color: 5656001.

HSL color Cylindrical-coordinate representation of color #C14D56: hue angle of 355.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D56 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 86 -
CMYK 0 0.60 0.55 0.24
HSL 355.34º 0.48% 0.53% -
HSV(B) 355.34º 0.6% 0.76% -
XYZ 26.33 17.32 10.76 -
YUV 112.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 193 77 86 0 0.60 0.55 0.24 355.34 0.48 0.53
Hex C1 4D 56 0 3C 37 18 163 30 35
Octal 301 115 126 0 74 67 30 543 60 65
Binary 11000001 1001101 1010110 0 111100 110111 11000 101100011 110000 110101

Color Harmonies of #C14D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D56

Black with #C14D56

Text Example


Text Example

White with #C14D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D56; }

 p { color: rgb(193,77,86); }

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

background-color css

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

 a { background-color: rgb(193,77,86); }

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

border-color css

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

 span { border-color: rgb(193,77,86); }

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