Html Css Color HEX #C3343C Mahogany

📋 copy color: '#C3343C'

red 195 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #C3343C

Tints of Mahogany #C3343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 63.52%
G = 16.94%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3343C (or 0xC3343C) is known color: Mahogany. HEX triplet: C3, 34 and 3C. RGB value is (195,52,60). Sum of RGB (Red+Green+Blue) = 195+52+60=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343C is #3CCBC3. Grayscale: #5F5F5F. Windows color (decimal): -3984324 or 3945667. OLE color: 3945667.

HSL color Cylindrical-coordinate representation of color #C3343C: hue angle of 356.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3343C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 60 -
CMYK 0 0.73 0.69 0.24
HSL 356.64º 0.58% 0.48% -
HSV(B) 356.64º 0.73% 0.76% -
XYZ 24.55 14.38 5.76 -
YUV 95.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 195 52 60 0 0.73 0.69 0.24 356.64 0.58 0.48
Hex C3 34 3C 0 49 45 18 165 3A 30
Octal 303 64 74 0 111 105 30 545 72 60
Binary 11000011 110100 111100 0 1001001 1000101 11000 101100101 111010 110000

Color Harmonies of #C3343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3343C

Black with #C3343C

Text Example


Text Example

White with #C3343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3343C; }

 p { color: rgb(195,52,60); }

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

background-color css

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

 a { background-color: rgb(195,52,60); }

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

border-color css

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

 span { border-color: rgb(195,52,60); }

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