Html Css Color HEX #C34142 Mahogany

📋 copy color: '#C34142'

red 195 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #C34142

Tints of Mahogany #C34142

RGB

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

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

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

R = 59.82%
G = 19.94%
B = 20.25%

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

#C34142 (or 0xC34142) is known color: Mahogany. HEX triplet: C3, 41 and 42. RGB value is (195,65,66). Sum of RGB (Red+Green+Blue) = 195+65+66=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34142 is #3CBEBD. Grayscale: #686868. Windows color (decimal): -3980990 or 4342211. OLE color: 4342211.

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

Color convert

RGB 195 65 66 -
CMYK 0 0.67 0.66 0.24
HSL 359.54º 0.52% 0.51% -
HSV(B) 359.54º 0.67% 0.76% -
XYZ 25.38 15.78 6.86 -
YUV 103.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 195 65 66 0 0.67 0.66 0.24 359.54 0.52 0.51
Hex C3 41 42 0 43 42 18 168 34 33
Octal 303 101 102 0 103 102 30 550 64 63
Binary 11000011 1000001 1000010 0 1000011 1000010 11000 101101000 110100 110011

Color Harmonies of #C34142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34142

Black with #C34142

Text Example


Text Example

White with #C34142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34142; }

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

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

background-color css

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

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

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

border-color css

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

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

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