#c14c5a

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

Shades of Mandy #C14C5A

Tints of Mandy #C14C5A

Color information

#C14C5A (or 0xC14C5A) is unknown color: approx Mandy. HEX triplet: C1, 4C and 5A. RGB value is (193,76,90). Sum of RGB (Red+Green+Blue) = 193+76+90=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C5A is #3EB3A5. Grayscale: #707070. Windows color (decimal): -4109222 or 5917889. OLE color: 5917889.

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

Color convert

RGB1937690-
CMYK00.610.530.24
HSL352.82º48.55%52.75%-
HSV(B)352.82º60.62%75.69%-
XYZ26.4217.2411.61-
YUV112.58115.26185.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.76%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=53.76%
G=21.17%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193769000.610.530.24352.8248.5552.75
HexC14C5A03D35181613135
Octal30111413207565305416165
Binary1100000110011001011010011110111010111000101100001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14c5a; }

 p { color: rgb(193,76,90); }

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

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

 a { background-color: rgb(193,76,90); }

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

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

 span { border-color: rgb(193,76,90); }

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