Html Css Color HEX #C94146 Mahogany

📋 copy color: '#C94146'

red 201 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #C94146

Tints of Mahogany #C94146

RGB

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

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

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

R = 59.82%
G = 19.35%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94146 (or 0xC94146) is known color: Mahogany. HEX triplet: C9, 41 and 46. RGB value is (201,65,70). Sum of RGB (Red+Green+Blue) = 201+65+70=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94146 is #36BEB9. Grayscale: #6A6A6A. Windows color (decimal): -3587770 or 4604361. OLE color: 4604361.

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

Color convert

RGB 201 65 70 -
CMYK 0 0.68 0.65 0.21
HSL 357.79º 0.56% 0.52% -
HSV(B) 357.79º 0.68% 0.79% -
XYZ 27.08 16.64 7.58 -
YUV 106.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 201 65 70 0 0.68 0.65 0.21 357.79 0.56 0.52
Hex C9 41 46 0 44 41 15 166 38 34
Octal 311 101 106 0 104 101 25 546 70 64
Binary 11001001 1000001 1000110 0 1000100 1000001 10101 101100110 111000 110100

Color Harmonies of #C94146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94146

Black with #C94146

Text Example


Text Example

White with #C94146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94146; }

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

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

background-color css

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

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

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

border-color css

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

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

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