Html Css Color HEX #C14748 Mandy

📋 copy color: '#C14748'

red 193 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C14748

Tints of Mandy #C14748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 57.44%
G = 21.13%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14748 (or 0xC14748) is known color: Mandy. HEX triplet: C1, 47 and 48. RGB value is (193,71,72). Sum of RGB (Red+Green+Blue) = 193+71+72=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14748 is #3EB8B7. Grayscale: #6B6B6B. Windows color (decimal): -4110520 or 4736961. OLE color: 4736961.

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

Color convert

RGB 193 71 72 -
CMYK 0 0.63 0.63 0.24
HSL 359.51º 0.5% 0.52% -
HSV(B) 359.51º 0.63% 0.76% -
XYZ 25.42 16.31 7.94 -
YUV 107.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 193 71 72 0 0.63 0.63 0.24 359.51 0.5 0.52
Hex C1 47 48 0 3F 3F 18 168 32 34
Octal 301 107 110 0 77 77 30 550 62 64
Binary 11000001 1000111 1001000 0 111111 111111 11000 101101000 110010 110100

Color Harmonies of #C14748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14748

Black with #C14748

Text Example


Text Example

White with #C14748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14748; }

 p { color: rgb(193,71,72); }

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

background-color css

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

 a { background-color: rgb(193,71,72); }

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

border-color css

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

 span { border-color: rgb(193,71,72); }

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