Html Css Color HEX #C34145 Mahogany

📋 copy color: '#C34145'

red 195 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #C34145

Tints of Mahogany #C34145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 59.27%
G = 19.76%
B = 20.97%

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

#C34145 (or 0xC34145) is known color: Mahogany. HEX triplet: C3, 41 and 45. RGB value is (195,65,69). Sum of RGB (Red+Green+Blue) = 195+65+69=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34145 is #3CBEBA. Grayscale: #686868. Windows color (decimal): -3980987 or 4538819. OLE color: 4538819.

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

Color convert

RGB 195 65 69 -
CMYK 0 0.67 0.65 0.24
HSL 358.15º 0.52% 0.51% -
HSV(B) 358.15º 0.67% 0.76% -
XYZ 25.47 15.81 7.34 -
YUV 104.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 195 65 69 0 0.67 0.65 0.24 358.15 0.52 0.51
Hex C3 41 45 0 43 41 18 166 34 33
Octal 303 101 105 0 103 101 30 546 64 63
Binary 11000011 1000001 1000101 0 1000011 1000001 11000 101100110 110100 110011

Color Harmonies of #C34145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34145

Black with #C34145

Text Example


Text Example

White with #C34145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34145; }

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

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

background-color css

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

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

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

border-color css

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

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

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