Html Css Color HEX #C34144 Mahogany

📋 copy color: '#C34144'

red 195 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #C34144

Tints of Mahogany #C34144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 59.45%
G = 19.82%
B = 20.73%

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

#C34144 (or 0xC34144) is known color: Mahogany. HEX triplet: C3, 41 and 44. RGB value is (195,65,68). Sum of RGB (Red+Green+Blue) = 195+65+68=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34144 is #3CBEBB. Grayscale: #686868. Windows color (decimal): -3980988 or 4473283. OLE color: 4473283.

HSL color Cylindrical-coordinate representation of color #C34144: hue angle of 358.62º 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 #C34144 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 68 -
CMYK 0 0.67 0.65 0.24
HSL 358.62º 0.52% 0.51% -
HSV(B) 358.62º 0.67% 0.76% -
XYZ 25.44 15.8 7.18 -
YUV 104.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 195 65 68 0 0.67 0.65 0.24 358.62 0.52 0.51
Hex C3 41 44 0 43 41 18 167 34 33
Octal 303 101 104 0 103 101 30 547 64 63
Binary 11000011 1000001 1000100 0 1000011 1000001 11000 101100111 110100 110011

Color Harmonies of #C34144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34144

Black with #C34144

Text Example


Text Example

White with #C34144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34144; }

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

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

background-color css

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

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

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

border-color css

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

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

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