Html Css Color HEX #C34044 Mahogany

📋 copy color: '#C34044'

red 195 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C34044

Tints of Mahogany #C34044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 59.63%
G = 19.57%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34044 (or 0xC34044) is known color: Mahogany. HEX triplet: C3, 40 and 44. RGB value is (195,64,68). Sum of RGB (Red+Green+Blue) = 195+64+68=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C34044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34044 is #3CBFBB. Grayscale: #676767. Windows color (decimal): -3981244 or 4473027. OLE color: 4473027.

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

Color convert

RGB 195 64 68 -
CMYK 0 0.67 0.65 0.24
HSL 358.17º 0.52% 0.51% -
HSV(B) 358.17º 0.67% 0.76% -
XYZ 25.38 15.69 7.16 -
YUV 103.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 195 64 68 0 0.67 0.65 0.24 358.17 0.52 0.51
Hex C3 40 44 0 43 41 18 166 34 33
Octal 303 100 104 0 103 101 30 546 64 63
Binary 11000011 1000000 1000100 0 1000011 1000001 11000 101100110 110100 110011

Color Harmonies of #C34044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34044

Black with #C34044

Text Example


Text Example

White with #C34044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34044; }

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

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

background-color css

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

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

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

border-color css

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

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

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