Html Css Color HEX #C14354 Mandy

📋 copy color: '#C14354'

red 193 ◦ green 67 ◦ blue 84

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

Shades of Mandy #C14354

Tints of Mandy #C14354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 56.1%
G = 19.48%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C14354 (or 0xC14354) is known color: Mandy. HEX triplet: C1, 43 and 54. RGB value is (193,67,84). Sum of RGB (Red+Green+Blue) = 193+67+84=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C14354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14354 is #3EBCAB. Grayscale: #6A6A6A. Windows color (decimal): -4111532 or 5522369. OLE color: 5522369.

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

Color convert

RGB 193 67 84 -
CMYK 0 0.65 0.56 0.24
HSL 351.9º 0.5% 0.51% -
HSV(B) 351.9º 0.65% 0.76% -
XYZ 25.6 15.99 10.12 -
YUV 106.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 193 67 84 0 0.65 0.56 0.24 351.9 0.5 0.51
Hex C1 43 54 0 41 38 18 160 32 33
Octal 301 103 124 0 101 70 30 540 62 63
Binary 11000001 1000011 1010100 0 1000001 111000 11000 101100000 110010 110011

Color Harmonies of #C14354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14354

Black with #C14354

Text Example


Text Example

White with #C14354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14354; }

 p { color: rgb(193,67,84); }

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

background-color css

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

 a { background-color: rgb(193,67,84); }

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

border-color css

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

 span { border-color: rgb(193,67,84); }

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