Html Css Color HEX #C14F51 Mandy

📋 copy color: '#C14F51'

red 193 ◦ green 79 ◦ blue 81

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

Shades of Mandy #C14F51

Tints of Mandy #C14F51

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 54.67%
G = 22.38%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C14F51 (or 0xC14F51) is known color: Mandy. HEX triplet: C1, 4F and 51. RGB value is (193,79,81). Sum of RGB (Red+Green+Blue) = 193+79+81=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F51 is #3EB0AE. Grayscale: #717171. Windows color (decimal): -4108463 or 5328833. OLE color: 5328833.

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

Color convert

RGB 193 79 81 -
CMYK 0 0.59 0.58 0.24
HSL 358.95º 0.48% 0.53% -
HSV(B) 358.95º 0.59% 0.76% -
XYZ 26.27 17.52 9.78 -
YUV 113.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 193 79 81 0 0.59 0.58 0.24 358.95 0.48 0.53
Hex C1 4F 51 0 3B 3A 18 167 30 35
Octal 301 117 121 0 73 72 30 547 60 65
Binary 11000001 1001111 1010001 0 111011 111010 11000 101100111 110000 110101

Color Harmonies of #C14F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F51

Black with #C14F51

Text Example


Text Example

White with #C14F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F51; }

 p { color: rgb(193,79,81); }

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

background-color css

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

 a { background-color: rgb(193,79,81); }

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

border-color css

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

 span { border-color: rgb(193,79,81); }

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