Html Css Color HEX #C34042 Mahogany

📋 copy color: '#C34042'

red 195 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #C34042

Tints of Mahogany #C34042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 60%
G = 19.69%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C34042 (or 0xC34042) is known color: Mahogany. HEX triplet: C3, 40 and 42. RGB value is (195,64,66). Sum of RGB (Red+Green+Blue) = 195+64+66=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C34042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34042 is #3CBFBD. Grayscale: #676767. Windows color (decimal): -3981246 or 4341955. OLE color: 4341955.

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

Color convert

RGB 195 64 66 -
CMYK 0 0.67 0.66 0.24
HSL 359.08º 0.52% 0.51% -
HSV(B) 359.08º 0.67% 0.76% -
XYZ 25.32 15.66 6.84 -
YUV 103.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 195 64 66 0 0.67 0.66 0.24 359.08 0.52 0.51
Hex C3 40 42 0 43 42 18 167 34 33
Octal 303 100 102 0 103 102 30 547 64 63
Binary 11000011 1000000 1000010 0 1000011 1000010 11000 101100111 110100 110011

Color Harmonies of #C34042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34042

Black with #C34042

Text Example


Text Example

White with #C34042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34042; }

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

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

background-color css

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

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

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

border-color css

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

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

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