Html Css Color HEX #C9393C Mahogany

📋 copy color: '#C9393C'

red 201 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #C9393C

Tints of Mahogany #C9393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 63.21%
G = 17.92%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9393C (or 0xC9393C) is known color: Mahogany. HEX triplet: C9, 39 and 3C. RGB value is (201,57,60). Sum of RGB (Red+Green+Blue) = 201+57+60=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9393C is #36C6C3. Grayscale: #646464. Windows color (decimal): -3589828 or 3946953. OLE color: 3946953.

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

Color convert

RGB 201 57 60 -
CMYK 0 0.72 0.70 0.21
HSL 358.75º 0.57% 0.51% -
HSV(B) 358.75º 0.72% 0.79% -
XYZ 26.37 15.67 5.91 -
YUV 100.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 201 57 60 0 0.72 0.70 0.21 358.75 0.57 0.51
Hex C9 39 3C 0 48 46 15 167 39 33
Octal 311 71 74 0 110 106 25 547 71 63
Binary 11001001 111001 111100 0 1001000 1000110 10101 101100111 111001 110011

Color Harmonies of #C9393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9393C

Black with #C9393C

Text Example


Text Example

White with #C9393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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