Html Css Color HEX #C34446 Mahogany

📋 copy color: '#C34446'

red 195 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C34446

Tints of Mahogany #C34446

RGB

 RED value IS 195 (76.56% from 255) = 58.56%

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 58.56%
G = 20.42%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C34446 (or 0xC34446) is known color: Mahogany. HEX triplet: C3, 44 and 46. RGB value is (195,68,70). Sum of RGB (Red+Green+Blue) = 195+68+70=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C34446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34446 is #3CBBB9. Grayscale: #6A6A6A. Windows color (decimal): -3980218 or 4605123. OLE color: 4605123.

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

Color convert

RGB 195 68 70 -
CMYK 0 0.65 0.64 0.24
HSL 359.06º 0.51% 0.52% -
HSV(B) 359.06º 0.65% 0.76% -
XYZ 25.68 16.18 7.56 -
YUV 106.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 195 68 70 0 0.65 0.64 0.24 359.06 0.51 0.52
Hex C3 44 46 0 41 40 18 167 33 34
Octal 303 104 106 0 101 100 30 547 63 64
Binary 11000011 1000100 1000110 0 1000001 1000000 11000 101100111 110011 110100

Color Harmonies of #C34446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34446

Black with #C34446

Text Example


Text Example

White with #C34446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34446; }

 p { color: rgb(195,68,70); }

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

background-color css

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

 a { background-color: rgb(195,68,70); }

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

border-color css

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

 span { border-color: rgb(195,68,70); }

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