Html Css Color HEX #C94348 Mahogany

📋 copy color: '#C94348'

red 201 ◦ green 67 ◦ blue 72

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

Shades of Mahogany #C94348

Tints of Mahogany #C94348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 59.12%
G = 19.71%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94348 (or 0xC94348) is known color: Mahogany. HEX triplet: C9, 43 and 48. RGB value is (201,67,72). Sum of RGB (Red+Green+Blue) = 201+67+72=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94348 is #36BCB7. Grayscale: #6B6B6B. Windows color (decimal): -3587256 or 4735945. OLE color: 4735945.

HSL color Cylindrical-coordinate representation of color #C94348: hue angle of 357.76º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94348 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 72 -
CMYK 0 0.67 0.64 0.21
HSL 357.76º 0.55% 0.53% -
HSV(B) 357.76º 0.67% 0.79% -
XYZ 27.26 16.9 7.96 -
YUV 107.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 201 67 72 0 0.67 0.64 0.21 357.76 0.55 0.53
Hex C9 43 48 0 43 40 15 166 37 35
Octal 311 103 110 0 103 100 25 546 67 65
Binary 11001001 1000011 1001000 0 1000011 1000000 10101 101100110 110111 110101

Color Harmonies of #C94348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94348

Black with #C94348

Text Example


Text Example

White with #C94348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94348; }

 p { color: rgb(201,67,72); }

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

background-color css

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

 a { background-color: rgb(201,67,72); }

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

border-color css

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

 span { border-color: rgb(201,67,72); }

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