Html Css Color HEX #C14950 Mandy

📋 copy color: '#C14950'

red 193 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C14950

Tints of Mandy #C14950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 55.78%
G = 21.1%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C14950 (or 0xC14950) is known color: Mandy. HEX triplet: C1, 49 and 50. RGB value is (193,73,80). Sum of RGB (Red+Green+Blue) = 193+73+80=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14950 is #3EB6AF. Grayscale: #6D6D6D. Windows color (decimal): -4110000 or 5261761. OLE color: 5261761.

HSL color Cylindrical-coordinate representation of color #C14950: hue angle of 356.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14950 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 80 -
CMYK 0 0.62 0.59 0.24
HSL 356.5º 0.49% 0.52% -
HSV(B) 356.5º 0.62% 0.76% -
XYZ 25.82 16.68 9.45 -
YUV 109.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 193 73 80 0 0.62 0.59 0.24 356.5 0.49 0.52
Hex C1 49 50 0 3E 3B 18 164 31 34
Octal 301 111 120 0 76 73 30 544 61 64
Binary 11000001 1001001 1010000 0 111110 111011 11000 101100100 110001 110100

Color Harmonies of #C14950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14950

Black with #C14950

Text Example


Text Example

White with #C14950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14950; }

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

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

background-color css

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

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

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

border-color css

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

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

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