Html Css Color HEX #C34143 Mahogany

📋 copy color: '#C34143'

red 195 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #C34143

Tints of Mahogany #C34143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 59.63%
G = 19.88%
B = 20.49%

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

#C34143 (or 0xC34143) is known color: Mahogany. HEX triplet: C3, 41 and 43. RGB value is (195,65,67). Sum of RGB (Red+Green+Blue) = 195+65+67=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C34143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34143 is #3CBEBC. Grayscale: #686868. Windows color (decimal): -3980989 or 4407747. OLE color: 4407747.

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

Color convert

RGB 195 65 67 -
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.41 15.79 7.02 -
YUV 104.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 195 65 67 0 0.67 0.66 0.24 359.08 0.52 0.51
Hex C3 41 43 0 43 42 18 167 34 33
Octal 303 101 103 0 103 102 30 547 64 63
Binary 11000011 1000001 1000011 0 1000011 1000010 11000 101100111 110100 110011

Color Harmonies of #C34143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34143

Black with #C34143

Text Example


Text Example

White with #C34143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34143; }

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

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

background-color css

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

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

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

border-color css

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

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

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