Html Css Color HEX #C04445 Mahogany

📋 copy color: '#C04445'

red 192 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C04445

Tints of Mahogany #C04445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 58.36%
G = 20.67%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04445 (or 0xC04445) is known color: Mahogany. HEX triplet: C0, 44 and 45. RGB value is (192,68,69). Sum of RGB (Red+Green+Blue) = 192+68+69=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04445 is #3FBBBA. Grayscale: #696969. Windows color (decimal): -4176827 or 4539584. OLE color: 4539584.

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

Color convert

RGB 192 68 69 -
CMYK 0 0.65 0.64 0.25
HSL 359.52º 0.5% 0.51% -
HSV(B) 359.52º 0.65% 0.75% -
XYZ 24.88 15.77 7.36 -
YUV 105.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 192 68 69 0 0.65 0.64 0.25 359.52 0.5 0.51
Hex C0 44 45 0 41 40 19 168 32 33
Octal 300 104 105 0 101 100 31 550 62 63
Binary 11000000 1000100 1000101 0 1000001 1000000 11001 101101000 110010 110011

Color Harmonies of #C04445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04445

Black with #C04445

Text Example


Text Example

White with #C04445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04445; }

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

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

background-color css

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

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

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

border-color css

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

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

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