Html Css Color HEX #C3363E Mahogany

📋 copy color: '#C3363E'

red 195 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #C3363E

Tints of Mahogany #C3363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 62.7%
G = 17.36%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3363E (or 0xC3363E) is known color: Mahogany. HEX triplet: C3, 36 and 3E. RGB value is (195,54,62). Sum of RGB (Red+Green+Blue) = 195+54+62=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3363E is #3CC9C1. Grayscale: #616161. Windows color (decimal): -3983810 or 4077251. OLE color: 4077251.

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

Color convert

RGB 195 54 62 -
CMYK 0 0.72 0.68 0.24
HSL 356.6º 0.57% 0.49% -
HSV(B) 356.6º 0.72% 0.76% -
XYZ 24.69 14.59 6.07 -
YUV 97.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 195 54 62 0 0.72 0.68 0.24 356.6 0.57 0.49
Hex C3 36 3E 0 48 44 18 165 39 31
Octal 303 66 76 0 110 104 30 545 71 61
Binary 11000011 110110 111110 0 1001000 1000100 11000 101100101 111001 110001

Color Harmonies of #C3363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3363E

Black with #C3363E

Text Example


Text Example

White with #C3363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3363E; }

 p { color: rgb(195,54,62); }

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

background-color css

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

 a { background-color: rgb(195,54,62); }

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

border-color css

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

 span { border-color: rgb(195,54,62); }

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