Html Css Color HEX #C63C3E Mahogany

📋 copy color: '#C63C3E'

red 198 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #C63C3E

Tints of Mahogany #C63C3E

RGB

 RED value IS 198 (77.73% from 255) = 61.88%

 GREEN value IS 60 (23.83% from 255) = 18.75%

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

R = 61.88%
G = 18.75%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C63C3E (or 0xC63C3E) is known color: Mahogany. HEX triplet: C6, 3C and 3E. RGB value is (198,60,62). Sum of RGB (Red+Green+Blue) = 198+60+62=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C3E is #39C3C1. Grayscale: #656565. Windows color (decimal): -3785666 or 4078790. OLE color: 4078790.

HSL color Cylindrical-coordinate representation of color #C63C3E: hue angle of 359.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 62 -
CMYK 0 0.70 0.69 0.22
HSL 359.13º 0.55% 0.51% -
HSV(B) 359.13º 0.7% 0.78% -
XYZ 25.77 15.59 6.21 -
YUV 101.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 198 60 62 0 0.70 0.69 0.22 359.13 0.55 0.51
Hex C6 3C 3E 0 46 45 16 167 37 33
Octal 306 74 76 0 106 105 26 547 67 63
Binary 11000110 111100 111110 0 1000110 1000101 10110 101100111 110111 110011

Color Harmonies of #C63C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C3E

Black with #C63C3E

Text Example


Text Example

White with #C63C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C3E; }

 p { color: rgb(198,60,62); }

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

background-color css

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

 a { background-color: rgb(198,60,62); }

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

border-color css

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

 span { border-color: rgb(198,60,62); }

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