Html Css Color HEX #C24044 Mahogany

📋 copy color: '#C24044'

red 194 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C24044

Tints of Mahogany #C24044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 59.51%
G = 19.63%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C24044 (or 0xC24044) is known color: Mahogany. HEX triplet: C2, 40 and 44. RGB value is (194,64,68). Sum of RGB (Red+Green+Blue) = 194+64+68=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24044 is #3DBFBB. Grayscale: #676767. Windows color (decimal): -4046780 or 4473026. OLE color: 4473026.

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

Color convert

RGB 194 64 68 -
CMYK 0 0.67 0.65 0.24
HSL 358.15º 0.52% 0.51% -
HSV(B) 358.15º 0.67% 0.76% -
XYZ 25.12 15.55 7.15 -
YUV 103.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 194 64 68 0 0.67 0.65 0.24 358.15 0.52 0.51
Hex C2 40 44 0 43 41 18 166 34 33
Octal 302 100 104 0 103 101 30 546 64 63
Binary 11000010 1000000 1000100 0 1000011 1000001 11000 101100110 110100 110011

Color Harmonies of #C24044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24044

Black with #C24044

Text Example


Text Example

White with #C24044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24044; }

 p { color: rgb(194,64,68); }

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

background-color css

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

 a { background-color: rgb(194,64,68); }

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

border-color css

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

 span { border-color: rgb(194,64,68); }

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