Html Css Color HEX #C04044 Mahogany

📋 copy color: '#C04044'

red 192 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C04044

Tints of Mahogany #C04044

RGB

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

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

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

R = 59.26%
G = 19.75%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04044 (or 0xC04044) is known color: Mahogany. HEX triplet: C0, 40 and 44. RGB value is (192,64,68). Sum of RGB (Red+Green+Blue) = 192+64+68=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04044 is #3FBFBB. Grayscale: #666666. Windows color (decimal): -4177852 or 4473024. OLE color: 4473024.

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

Color convert

RGB 192 64 68 -
CMYK 0 0.67 0.65 0.25
HSL 358.13º 0.5% 0.5% -
HSV(B) 358.13º 0.67% 0.75% -
XYZ 24.62 15.29 7.12 -
YUV 102.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 192 64 68 0 0.67 0.65 0.25 358.13 0.5 0.5
Hex C0 40 44 0 43 41 19 166 32 32
Octal 300 100 104 0 103 101 31 546 62 62
Binary 11000000 1000000 1000100 0 1000011 1000001 11001 101100110 110010 110010

Color Harmonies of #C04044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04044

Black with #C04044

Text Example


Text Example

White with #C04044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04044; }

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

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

background-color css

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

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

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

border-color css

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

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

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