#C14F5F

Color #C14F5F Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C14F5F

Tints of Mandy #C14F5F

Color information

#C14F5F (or 0xC14F5F) is unknown color: approx Mandy. HEX triplet: C1, 4F and 5F. RGB value is (193,79,95). Sum of RGB (Red+Green+Blue) = 193+79+95=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F5F is #3EB0A0. Grayscale: #727272. Windows color (decimal): -4108449 or 6246337. OLE color: 6246337.

HSL color Cylindrical-coordinate representation of color #C14F5F: hue angle of 351.58º 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 #C14F5F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1937995-
CMYK00.590.510.24
HSL351.58º47.9%53.33%-
HSV(B)351.58º59.07%75.69%-
XYZ26.8517.7612.84-
YUV114.91116.77183.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=52.59%
G=21.53%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193799500.590.510.24351.5847.953.33
HexC14F5F03B33181603035
Octal30111713707363305406065
Binary1100000110011111011111011101111001111000101100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F5F; }

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

 H1.HeaderClassName
 {
   color: #C14F5F;
 }
 .AnyTagClassName
 {
   color: #C14F5F;
 }
</style>
background-color css

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

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

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

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

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

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