Html Css Color HEX #C04244 Mahogany

📋 copy color: '#C04244'

red 192 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #C04244

Tints of Mahogany #C04244

RGB

 RED value IS 192 (75.39% from 255) = 58.9%

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 58.9%
G = 20.25%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04244 (or 0xC04244) is known color: Mahogany. HEX triplet: C0, 42 and 44. RGB value is (192,66,68). Sum of RGB (Red+Green+Blue) = 192+66+68=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04244 is #3FBDBB. Grayscale: #686868. Windows color (decimal): -4177340 or 4473536. OLE color: 4473536.

HSL color Cylindrical-coordinate representation of color #C04244: hue angle of 359.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04244 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 68 -
CMYK 0 0.66 0.65 0.25
HSL 359.05º 0.5% 0.51% -
HSV(B) 359.05º 0.66% 0.75% -
XYZ 24.73 15.52 7.16 -
YUV 103.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 192 66 68 0 0.66 0.65 0.25 359.05 0.5 0.51
Hex C0 42 44 0 42 41 19 167 32 33
Octal 300 102 104 0 102 101 31 547 62 63
Binary 11000000 1000010 1000100 0 1000010 1000001 11001 101100111 110010 110011

Color Harmonies of #C04244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04244

Black with #C04244

Text Example


Text Example

White with #C04244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04244; }

 p { color: rgb(192,66,68); }

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

background-color css

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

 a { background-color: rgb(192,66,68); }

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

border-color css

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

 span { border-color: rgb(192,66,68); }

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