Html Css Color HEX #C34043 Mahogany

📋 copy color: '#C34043'

red 195 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #C34043

Tints of Mahogany #C34043

RGB

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

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

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

R = 59.82%
G = 19.63%
B = 20.55%

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

#C34043 (or 0xC34043) is known color: Mahogany. HEX triplet: C3, 40 and 43. RGB value is (195,64,67). Sum of RGB (Red+Green+Blue) = 195+64+67=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34043 is #3CBFBC. Grayscale: #676767. Windows color (decimal): -3981245 or 4407491. OLE color: 4407491.

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

Color convert

RGB 195 64 67 -
CMYK 0 0.67 0.66 0.24
HSL 358.63º 0.52% 0.51% -
HSV(B) 358.63º 0.67% 0.76% -
XYZ 25.35 15.67 7 -
YUV 103.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 195 64 67 0 0.67 0.66 0.24 358.63 0.52 0.51
Hex C3 40 43 0 43 42 18 167 34 33
Octal 303 100 103 0 103 102 30 547 64 63
Binary 11000011 1000000 1000011 0 1000011 1000010 11000 101100111 110100 110011

Color Harmonies of #C34043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34043

Black with #C34043

Text Example


Text Example

White with #C34043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34043; }

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

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

background-color css

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

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

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

border-color css

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

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

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