Html Css Color HEX #C34346 Mahogany

📋 copy color: '#C34346'

red 195 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C34346

Tints of Mahogany #C34346

RGB

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

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

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

R = 58.73%
G = 20.18%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C34346 (or 0xC34346) is known color: Mahogany. HEX triplet: C3, 43 and 46. RGB value is (195,67,70). Sum of RGB (Red+Green+Blue) = 195+67+70=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34346 is #3CBCB9. Grayscale: #696969. Windows color (decimal): -3980474 or 4604867. OLE color: 4604867.

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

Color convert

RGB 195 67 70 -
CMYK 0 0.66 0.64 0.24
HSL 358.59º 0.52% 0.51% -
HSV(B) 358.59º 0.66% 0.76% -
XYZ 25.62 16.06 7.54 -
YUV 105.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 195 67 70 0 0.66 0.64 0.24 358.59 0.52 0.51
Hex C3 43 46 0 42 40 18 167 34 33
Octal 303 103 106 0 102 100 30 547 64 63
Binary 11000011 1000011 1000110 0 1000010 1000000 11000 101100111 110100 110011

Color Harmonies of #C34346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34346

Black with #C34346

Text Example


Text Example

White with #C34346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34346; }

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

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

background-color css

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

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

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

border-color css

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

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

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