Html Css Color HEX #C14257 Mandy

📋 copy color: '#C14257'

red 193 ◦ green 66 ◦ blue 87

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

Shades of Mandy #C14257

Tints of Mandy #C14257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 55.78%
G = 19.08%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C14257 (or 0xC14257) is known color: Mandy. HEX triplet: C1, 42 and 57. RGB value is (193,66,87). Sum of RGB (Red+Green+Blue) = 193+66+87=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14257 is #3EBDA8. Grayscale: #6A6A6A. Windows color (decimal): -4111785 or 5718721. OLE color: 5718721.

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

Color convert

RGB 193 66 87 -
CMYK 0 0.66 0.55 0.24
HSL 350.08º 0.51% 0.51% -
HSV(B) 350.08º 0.66% 0.76% -
XYZ 25.66 15.92 10.74 -
YUV 106.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 193 66 87 0 0.66 0.55 0.24 350.08 0.51 0.51
Hex C1 42 57 0 42 37 18 15E 33 33
Octal 301 102 127 0 102 67 30 536 63 63
Binary 11000001 1000010 1010111 0 1000010 110111 11000 101011110 110011 110011

Color Harmonies of #C14257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14257

Black with #C14257

Text Example


Text Example

White with #C14257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14257; }

 p { color: rgb(193,66,87); }

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

background-color css

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

 a { background-color: rgb(193,66,87); }

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

border-color css

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

 span { border-color: rgb(193,66,87); }

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