Html Css Color HEX #C93D42 Mahogany

📋 copy color: '#C93D42'

red 201 ◦ green 61 ◦ blue 66

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

Shades of Mahogany #C93D42

Tints of Mahogany #C93D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

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

R = 61.28%
G = 18.6%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C93D42 (or 0xC93D42) is known color: Mahogany. HEX triplet: C9, 3D and 42. RGB value is (201,61,66). Sum of RGB (Red+Green+Blue) = 201+61+66=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D42 is #36C2BD. Grayscale: #676767. Windows color (decimal): -3588798 or 4341193. OLE color: 4341193.

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

Color convert

RGB 201 61 66 -
CMYK 0 0.70 0.67 0.21
HSL 357.86º 0.56% 0.51% -
HSV(B) 357.86º 0.7% 0.79% -
XYZ 26.74 16.15 6.86 -
YUV 103.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 201 61 66 0 0.70 0.67 0.21 357.86 0.56 0.51
Hex C9 3D 42 0 46 43 15 166 38 33
Octal 311 75 102 0 106 103 25 546 70 63
Binary 11001001 111101 1000010 0 1000110 1000011 10101 101100110 111000 110011

Color Harmonies of #C93D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D42

Black with #C93D42

Text Example


Text Example

White with #C93D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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