Html Css Color HEX #C94346 Mahogany

📋 copy color: '#C94346'

red 201 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C94346

Tints of Mahogany #C94346

RGB

 RED value IS 201 (78.91% from 255) = 59.47%

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 59.47%
G = 19.82%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94346 (or 0xC94346) is known color: Mahogany. HEX triplet: C9, 43 and 46. RGB value is (201,67,70). Sum of RGB (Red+Green+Blue) = 201+67+70=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94346 is #36BCB9. Grayscale: #6B6B6B. Windows color (decimal): -3587258 or 4604873. OLE color: 4604873.

HSL color Cylindrical-coordinate representation of color #C94346: hue angle of 358.66º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94346 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 70 -
CMYK 0 0.67 0.65 0.21
HSL 358.66º 0.55% 0.53% -
HSV(B) 358.66º 0.67% 0.79% -
XYZ 27.2 16.87 7.62 -
YUV 107.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 201 67 70 0 0.67 0.65 0.21 358.66 0.55 0.53
Hex C9 43 46 0 43 41 15 167 37 35
Octal 311 103 106 0 103 101 25 547 67 65
Binary 11001001 1000011 1000110 0 1000011 1000001 10101 101100111 110111 110101

Color Harmonies of #C94346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94346

Black with #C94346

Text Example


Text Example

White with #C94346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94346; }

 p { color: rgb(201,67,70); }

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

background-color css

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

 a { background-color: rgb(201,67,70); }

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

border-color css

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

 span { border-color: rgb(201,67,70); }

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