Html Css Color HEX #C04144 Mahogany

📋 copy color: '#C04144'

red 192 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #C04144

Tints of Mahogany #C04144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 59.08%
G = 20%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04144 (or 0xC04144) is known color: Mahogany. HEX triplet: C0, 41 and 44. RGB value is (192,65,68). Sum of RGB (Red+Green+Blue) = 192+65+68=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04144 is #3FBEBB. Grayscale: #676767. Windows color (decimal): -4177596 or 4473280. OLE color: 4473280.

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

Color convert

RGB 192 65 68 -
CMYK 0 0.66 0.65 0.25
HSL 358.58º 0.5% 0.5% -
HSV(B) 358.58º 0.66% 0.75% -
XYZ 24.67 15.4 7.14 -
YUV 103.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 192 65 68 0 0.66 0.65 0.25 358.58 0.5 0.5
Hex C0 41 44 0 42 41 19 167 32 32
Octal 300 101 104 0 102 101 31 547 62 62
Binary 11000000 1000001 1000100 0 1000010 1000001 11001 101100111 110010 110010

Color Harmonies of #C04144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04144

Black with #C04144

Text Example


Text Example

White with #C04144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04144; }

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

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

background-color css

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

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

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

border-color css

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

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

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