Html Css Color HEX #C24346 Mahogany

📋 copy color: '#C24346'

red 194 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C24346

Tints of Mahogany #C24346

RGB

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

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

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

R = 58.61%
G = 20.24%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24346 (or 0xC24346) is known color: Mahogany. HEX triplet: C2, 43 and 46. RGB value is (194,67,70). Sum of RGB (Red+Green+Blue) = 194+67+70=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24346 is #3DBCB9. Grayscale: #696969. Windows color (decimal): -4046010 or 4604866. OLE color: 4604866.

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

Color convert

RGB 194 67 70 -
CMYK 0 0.65 0.64 0.24
HSL 358.58º 0.51% 0.51% -
HSV(B) 358.58º 0.65% 0.76% -
XYZ 25.36 15.93 7.53 -
YUV 105.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 194 67 70 0 0.65 0.64 0.24 358.58 0.51 0.51
Hex C2 43 46 0 41 40 18 167 33 33
Octal 302 103 106 0 101 100 30 547 63 63
Binary 11000010 1000011 1000110 0 1000001 1000000 11000 101100111 110011 110011

Color Harmonies of #C24346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24346

Black with #C24346

Text Example


Text Example

White with #C24346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24346; }

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

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

background-color css

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

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

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

border-color css

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

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

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