Html Css Color HEX #C3373B Mahogany

📋 copy color: '#C3373B'

red 195 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #C3373B

Tints of Mahogany #C3373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 63.11%
G = 17.8%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3373B (or 0xC3373B) is known color: Mahogany. HEX triplet: C3, 37 and 3B. RGB value is (195,55,59). Sum of RGB (Red+Green+Blue) = 195+55+59=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3373B is #3CC8C4. Grayscale: #616161. Windows color (decimal): -3983557 or 3880899. OLE color: 3880899.

HSL color Cylindrical-coordinate representation of color #C3373B: hue angle of 358.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 59 -
CMYK 0 0.72 0.70 0.24
HSL 358.29º 0.56% 0.49% -
HSV(B) 358.29º 0.72% 0.76% -
XYZ 24.66 14.65 5.67 -
YUV 97.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 195 55 59 0 0.72 0.70 0.24 358.29 0.56 0.49
Hex C3 37 3B 0 48 46 18 166 38 31
Octal 303 67 73 0 110 106 30 546 70 61
Binary 11000011 110111 111011 0 1001000 1000110 11000 101100110 111000 110001

Color Harmonies of #C3373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3373B

Black with #C3373B

Text Example


Text Example

White with #C3373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3373B; }

 p { color: rgb(195,55,59); }

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

background-color css

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

 a { background-color: rgb(195,55,59); }

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

border-color css

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

 span { border-color: rgb(195,55,59); }

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