Html Css Color HEX #C94247 Mahogany

📋 copy color: '#C94247'

red 201 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #C94247

Tints of Mahogany #C94247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 59.47%
G = 19.53%
B = 21.01%

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

#C94247 (or 0xC94247) is known color: Mahogany. HEX triplet: C9, 42 and 47. RGB value is (201,66,71). Sum of RGB (Red+Green+Blue) = 201+66+71=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94247 is #36BDB8. Grayscale: #6B6B6B. Windows color (decimal): -3587513 or 4670153. OLE color: 4670153.

HSL color Cylindrical-coordinate representation of color #C94247: hue angle of 357.78º 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 #C94247 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 71 -
CMYK 0 0.67 0.65 0.21
HSL 357.78º 0.56% 0.52% -
HSV(B) 357.78º 0.67% 0.79% -
XYZ 27.17 16.77 7.77 -
YUV 106.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 201 66 71 0 0.67 0.65 0.21 357.78 0.56 0.52
Hex C9 42 47 0 43 41 15 166 38 34
Octal 311 102 107 0 103 101 25 546 70 64
Binary 11001001 1000010 1000111 0 1000011 1000001 10101 101100110 111000 110100

Color Harmonies of #C94247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94247

Black with #C94247

Text Example


Text Example

White with #C94247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94247; }

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

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

background-color css

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

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

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

border-color css

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

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

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