Html Css Color HEX #C44345 Mahogany

📋 copy color: '#C44345'

red 196 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #C44345

Tints of Mahogany #C44345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

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

R = 59.04%
G = 20.18%
B = 20.78%

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

#C44345 (or 0xC44345) is known color: Mahogany. HEX triplet: C4, 43 and 45. RGB value is (196,67,69). Sum of RGB (Red+Green+Blue) = 196+67+69=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44345 is #3BBCBA. Grayscale: #696969. Windows color (decimal): -3914939 or 4539332. OLE color: 4539332.

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

Color convert

RGB 196 67 69 -
CMYK 0 0.66 0.65 0.23
HSL 359.07º 0.52% 0.52% -
HSV(B) 359.07º 0.66% 0.77% -
XYZ 25.85 16.18 7.39 -
YUV 105.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 196 67 69 0 0.66 0.65 0.23 359.07 0.52 0.52
Hex C4 43 45 0 42 41 17 167 34 34
Octal 304 103 105 0 102 101 27 547 64 64
Binary 11000100 1000011 1000101 0 1000010 1000001 10111 101100111 110100 110100

Color Harmonies of #C44345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44345

Black with #C44345

Text Example


Text Example

White with #C44345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44345; }

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

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

background-color css

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

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

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

border-color css

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

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

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