Html Css Color HEX #C24246 Mahogany

📋 copy color: '#C24246'

red 194 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #C24246

Tints of Mahogany #C24246

RGB

 RED value IS 194 (76.17% from 255) = 58.79%

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 58.79%
G = 20%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24246 (or 0xC24246) is known color: Mahogany. HEX triplet: C2, 42 and 46. RGB value is (194,66,70). Sum of RGB (Red+Green+Blue) = 194+66+70=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24246 is #3DBDB9. Grayscale: #686868. Windows color (decimal): -4046266 or 4604610. OLE color: 4604610.

HSL color Cylindrical-coordinate representation of color #C24246: hue angle of 358.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24246 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 70 -
CMYK 0 0.66 0.64 0.24
HSL 358.13º 0.51% 0.51% -
HSV(B) 358.13º 0.66% 0.76% -
XYZ 25.3 15.81 7.51 -
YUV 104.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 194 66 70 0 0.66 0.64 0.24 358.13 0.51 0.51
Hex C2 42 46 0 42 40 18 166 33 33
Octal 302 102 106 0 102 100 30 546 63 63
Binary 11000010 1000010 1000110 0 1000010 1000000 11000 101100110 110011 110011

Color Harmonies of #C24246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24246

Black with #C24246

Text Example


Text Example

White with #C24246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24246; }

 p { color: rgb(194,66,70); }

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

background-color css

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

 a { background-color: rgb(194,66,70); }

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

border-color css

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

 span { border-color: rgb(194,66,70); }

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