Html Css Color HEX #C9393F Mahogany

📋 copy color: '#C9393F'

red 201 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #C9393F

Tints of Mahogany #C9393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 62.62%
G = 17.76%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9393F (or 0xC9393F) is known color: Mahogany. HEX triplet: C9, 39 and 3F. RGB value is (201,57,63). Sum of RGB (Red+Green+Blue) = 201+57+63=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C9393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9393F is #36C6C0. Grayscale: #646464. Windows color (decimal): -3589825 or 4143561. OLE color: 4143561.

HSL color Cylindrical-coordinate representation of color #C9393F: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9393F is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 63 -
CMYK 0 0.72 0.69 0.21
HSL 357.5º 0.57% 0.51% -
HSV(B) 357.5º 0.72% 0.79% -
XYZ 26.45 15.7 6.34 -
YUV 100.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 201 57 63 0 0.72 0.69 0.21 357.5 0.57 0.51
Hex C9 39 3F 0 48 45 15 166 39 33
Octal 311 71 77 0 110 105 25 546 71 63
Binary 11001001 111001 111111 0 1001000 1000101 10101 101100110 111001 110011

Color Harmonies of #C9393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9393F

Black with #C9393F

Text Example


Text Example

White with #C9393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9393F; }

 p { color: rgb(201,57,63); }

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

background-color css

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

 a { background-color: rgb(201,57,63); }

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

border-color css

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

 span { border-color: rgb(201,57,63); }

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