Html Css Color HEX #C3373C Mahogany

📋 copy color: '#C3373C'

red 195 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #C3373C

Tints of Mahogany #C3373C

RGB

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

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

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

R = 62.9%
G = 17.74%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3373C (or 0xC3373C) is known color: Mahogany. HEX triplet: C3, 37 and 3C. RGB value is (195,55,60). Sum of RGB (Red+Green+Blue) = 195+55+60=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3373C is #3CC8C3. Grayscale: #616161. Windows color (decimal): -3983556 or 3946435. OLE color: 3946435.

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

Color convert

RGB 195 55 60 -
CMYK 0 0.72 0.69 0.24
HSL 357.86º 0.56% 0.49% -
HSV(B) 357.86º 0.72% 0.76% -
XYZ 24.69 14.66 5.8 -
YUV 97.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 195 55 60 0 0.72 0.69 0.24 357.86 0.56 0.49
Hex C3 37 3C 0 48 45 18 166 38 31
Octal 303 67 74 0 110 105 30 546 70 61
Binary 11000011 110111 111100 0 1001000 1000101 11000 101100110 111000 110001

Color Harmonies of #C3373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3373C

Black with #C3373C

Text Example


Text Example

White with #C3373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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