Html Css Color HEX #C24043 Mahogany

📋 copy color: '#C24043'

red 194 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #C24043

Tints of Mahogany #C24043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 59.69%
G = 19.69%
B = 20.62%

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

#C24043 (or 0xC24043) is known color: Mahogany. HEX triplet: C2, 40 and 43. RGB value is (194,64,67). Sum of RGB (Red+Green+Blue) = 194+64+67=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C24043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24043 is #3DBFBC. Grayscale: #676767. Windows color (decimal): -4046781 or 4407490. OLE color: 4407490.

HSL color Cylindrical-coordinate representation of color #C24043: hue angle of 358.62º 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 #C24043 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 67 -
CMYK 0 0.67 0.65 0.24
HSL 358.62º 0.52% 0.51% -
HSV(B) 358.62º 0.67% 0.76% -
XYZ 25.09 15.54 6.99 -
YUV 103.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 194 64 67 0 0.67 0.65 0.24 358.62 0.52 0.51
Hex C2 40 43 0 43 41 18 167 34 33
Octal 302 100 103 0 103 101 30 547 64 63
Binary 11000010 1000000 1000011 0 1000011 1000001 11000 101100111 110100 110011

Color Harmonies of #C24043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24043

Black with #C24043

Text Example


Text Example

White with #C24043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24043; }

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

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

background-color css

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

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

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

border-color css

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

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

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