#C14C5B

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

Shades of Mandy #C14C5B

Tints of Mandy #C14C5B

Color information

#C14C5B (or 0xC14C5B) is unknown color: approx Mandy. HEX triplet: C1, 4C and 5B. RGB value is (193,76,91). Sum of RGB (Red+Green+Blue) = 193+76+91=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C5B is #3EB3A4. Grayscale: #707070. Windows color (decimal): -4109221 or 5983425. OLE color: 5983425.

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

Color convert

RGB1937691-
CMYK00.610.530.24
HSL352.31º48.55%52.75%-
HSV(B)352.31º60.62%75.69%-
XYZ26.4717.2611.83-
YUV112.69115.76185.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=53.61%
G=21.11%
B=25.28%

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
Decimal193769100.610.530.24352.3148.5552.75
HexC14C5B03D35181603135
Octal30111413307565305406165
Binary1100000110011001011011011110111010111000101100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C5B; }

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

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

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

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

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

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

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

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