Html Css Color HEX #C14450 Mandy

📋 copy color: '#C14450'

red 193 ◦ green 68 ◦ blue 80

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

Shades of Mandy #C14450

Tints of Mandy #C14450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 56.6%
G = 19.94%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C14450 (or 0xC14450) is known color: Mandy. HEX triplet: C1, 44 and 50. RGB value is (193,68,80). Sum of RGB (Red+Green+Blue) = 193+68+80=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C14450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14450 is #3EBBAF. Grayscale: #6A6A6A. Windows color (decimal): -4111280 or 5260481. OLE color: 5260481.

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

Color convert

RGB 193 68 80 -
CMYK 0 0.65 0.59 0.24
HSL 354.24º 0.5% 0.51% -
HSV(B) 354.24º 0.65% 0.76% -
XYZ 25.51 16.05 9.34 -
YUV 106.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 193 68 80 0 0.65 0.59 0.24 354.24 0.5 0.51
Hex C1 44 50 0 41 3B 18 162 32 33
Octal 301 104 120 0 101 73 30 542 62 63
Binary 11000001 1000100 1010000 0 1000001 111011 11000 101100010 110010 110011

Color Harmonies of #C14450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14450

Black with #C14450

Text Example


Text Example

White with #C14450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14450; }

 p { color: rgb(193,68,80); }

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

background-color css

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

 a { background-color: rgb(193,68,80); }

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

border-color css

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

 span { border-color: rgb(193,68,80); }

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