Html Css Color HEX #C34345 Mahogany

📋 copy color: '#C34345'

red 195 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #C34345

Tints of Mahogany #C34345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

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

R = 58.91%
G = 20.24%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34345 (or 0xC34345) is known color: Mahogany. HEX triplet: C3, 43 and 45. RGB value is (195,67,69). Sum of RGB (Red+Green+Blue) = 195+67+69=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34345 is #3CBCBA. Grayscale: #696969. Windows color (decimal): -3980475 or 4539331. OLE color: 4539331.

HSL color Cylindrical-coordinate representation of color #C34345: hue angle of 359.06º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34345 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 69 -
CMYK 0 0.66 0.65 0.24
HSL 359.06º 0.52% 0.51% -
HSV(B) 359.06º 0.66% 0.76% -
XYZ 25.59 16.05 7.38 -
YUV 105.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 195 67 69 0 0.66 0.65 0.24 359.06 0.52 0.51
Hex C3 43 45 0 42 41 18 167 34 33
Octal 303 103 105 0 102 101 30 547 64 63
Binary 11000011 1000011 1000101 0 1000010 1000001 11000 101100111 110100 110011

Color Harmonies of #C34345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34345

Black with #C34345

Text Example


Text Example

White with #C34345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34345; }

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

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

background-color css

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

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

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

border-color css

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

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

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