Html Css Color HEX #C94246 Mahogany

📋 copy color: '#C94246'

red 201 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #C94246

Tints of Mahogany #C94246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 59.64%
G = 19.58%
B = 20.77%

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

#C94246 (or 0xC94246) is known color: Mahogany. HEX triplet: C9, 42 and 46. RGB value is (201,66,70). Sum of RGB (Red+Green+Blue) = 201+66+70=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94246 is #36BDB9. Grayscale: #6A6A6A. Windows color (decimal): -3587514 or 4604617. OLE color: 4604617.

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

Color convert

RGB 201 66 70 -
CMYK 0 0.67 0.65 0.21
HSL 358.22º 0.56% 0.52% -
HSV(B) 358.22º 0.67% 0.79% -
XYZ 27.14 16.76 7.6 -
YUV 106.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 201 66 70 0 0.67 0.65 0.21 358.22 0.56 0.52
Hex C9 42 46 0 43 41 15 166 38 34
Octal 311 102 106 0 103 101 25 546 70 64
Binary 11001001 1000010 1000110 0 1000011 1000001 10101 101100110 111000 110100

Color Harmonies of #C94246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94246

Black with #C94246

Text Example


Text Example

White with #C94246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94246; }

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

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

background-color css

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

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

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

border-color css

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

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

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