Html Css Color HEX #C14145 Mahogany

📋 copy color: '#C14145'

red 193 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #C14145

Tints of Mahogany #C14145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 59.02%
G = 19.88%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14145 (or 0xC14145) is known color: Mahogany. HEX triplet: C1, 41 and 45. RGB value is (193,65,69). Sum of RGB (Red+Green+Blue) = 193+65+69=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14145 is #3EBEBA. Grayscale: #676767. Windows color (decimal): -4112059 or 4538817. OLE color: 4538817.

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

Color convert

RGB 193 65 69 -
CMYK 0 0.66 0.64 0.24
HSL 358.13º 0.51% 0.51% -
HSV(B) 358.13º 0.66% 0.76% -
XYZ 24.96 15.55 7.32 -
YUV 103.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 193 65 69 0 0.66 0.64 0.24 358.13 0.51 0.51
Hex C1 41 45 0 42 40 18 166 33 33
Octal 301 101 105 0 102 100 30 546 63 63
Binary 11000001 1000001 1000101 0 1000010 1000000 11000 101100110 110011 110011

Color Harmonies of #C14145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14145

Black with #C14145

Text Example


Text Example

White with #C14145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14145; }

 p { color: rgb(193,65,69); }

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

background-color css

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

 a { background-color: rgb(193,65,69); }

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

border-color css

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

 span { border-color: rgb(193,65,69); }

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