Html Css Color HEX #C44245 Mahogany

📋 copy color: '#C44245'

red 196 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #C44245

Tints of Mahogany #C44245

RGB

 RED value IS 196 (76.95% from 255) = 59.21%

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 59.21%
G = 19.94%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C44245 (or 0xC44245) is known color: Mahogany. HEX triplet: C4, 42 and 45. RGB value is (196,66,69). Sum of RGB (Red+Green+Blue) = 196+66+69=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44245 is #3BBDBA. Grayscale: #696969. Windows color (decimal): -3915195 or 4539076. OLE color: 4539076.

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

Color convert

RGB 196 66 69 -
CMYK 0 0.66 0.65 0.23
HSL 358.62º 0.52% 0.51% -
HSV(B) 358.62º 0.66% 0.77% -
XYZ 25.79 16.06 7.37 -
YUV 105.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 196 66 69 0 0.66 0.65 0.23 358.62 0.52 0.51
Hex C4 42 45 0 42 41 17 167 34 33
Octal 304 102 105 0 102 101 27 547 64 63
Binary 11000100 1000010 1000101 0 1000010 1000001 10111 101100111 110100 110011

Color Harmonies of #C44245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44245

Black with #C44245

Text Example


Text Example

White with #C44245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44245; }

 p { color: rgb(196,66,69); }

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

background-color css

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

 a { background-color: rgb(196,66,69); }

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

border-color css

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

 span { border-color: rgb(196,66,69); }

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