Html Css Color HEX #C14351 Mandy

📋 copy color: '#C14351'

red 193 ◦ green 67 ◦ blue 81

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

Shades of Mandy #C14351

Tints of Mandy #C14351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 56.6%
G = 19.65%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C14351 (or 0xC14351) is known color: Mandy. HEX triplet: C1, 43 and 51. RGB value is (193,67,81). Sum of RGB (Red+Green+Blue) = 193+67+81=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C14351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14351 is #3EBCAE. Grayscale: #6A6A6A. Windows color (decimal): -4111535 or 5325761. OLE color: 5325761.

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

Color convert

RGB 193 67 81 -
CMYK 0 0.65 0.58 0.24
HSL 353.33º 0.5% 0.51% -
HSV(B) 353.33º 0.65% 0.76% -
XYZ 25.48 15.95 9.52 -
YUV 106.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 193 67 81 0 0.65 0.58 0.24 353.33 0.5 0.51
Hex C1 43 51 0 41 3A 18 161 32 33
Octal 301 103 121 0 101 72 30 541 62 63
Binary 11000001 1000011 1010001 0 1000001 111010 11000 101100001 110010 110011

Color Harmonies of #C14351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14351

Black with #C14351

Text Example


Text Example

White with #C14351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14351; }

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

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

background-color css

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

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

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

border-color css

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

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

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