Html Css Color HEX #C94042 Mahogany

📋 copy color: '#C94042'

red 201 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #C94042

Tints of Mahogany #C94042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 60.73%
G = 19.34%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C94042 (or 0xC94042) is known color: Mahogany. HEX triplet: C9, 40 and 42. RGB value is (201,64,66). Sum of RGB (Red+Green+Blue) = 201+64+66=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C94042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94042 is #36BFBD. Grayscale: #696969. Windows color (decimal): -3588030 or 4341961. OLE color: 4341961.

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

Color convert

RGB 201 64 66 -
CMYK 0 0.68 0.67 0.21
HSL 359.12º 0.56% 0.52% -
HSV(B) 359.12º 0.68% 0.79% -
XYZ 26.9 16.48 6.92 -
YUV 105.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 201 64 66 0 0.68 0.67 0.21 359.12 0.56 0.52
Hex C9 40 42 0 44 43 15 167 38 34
Octal 311 100 102 0 104 103 25 547 70 64
Binary 11001001 1000000 1000010 0 1000100 1000011 10101 101100111 111000 110100

Color Harmonies of #C94042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94042

Black with #C94042

Text Example


Text Example

White with #C94042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94042; }

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

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

background-color css

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

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

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

border-color css

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

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

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