Html Css Color HEX #C63C40 Mahogany

📋 copy color: '#C63C40'

red 198 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #C63C40

Tints of Mahogany #C63C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 61.49%
G = 18.63%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C63C40 (or 0xC63C40) is known color: Mahogany. HEX triplet: C6, 3C and 40. RGB value is (198,60,64). Sum of RGB (Red+Green+Blue) = 198+60+64=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C40 is #39C3BF. Grayscale: #656565. Windows color (decimal): -3785664 or 4209862. OLE color: 4209862.

HSL color Cylindrical-coordinate representation of color #C63C40: hue angle of 358.26º 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 #C63C40 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 64 -
CMYK 0 0.70 0.68 0.22
HSL 358.26º 0.55% 0.51% -
HSV(B) 358.26º 0.7% 0.78% -
XYZ 25.83 15.61 6.5 -
YUV 101.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 198 60 64 0 0.70 0.68 0.22 358.26 0.55 0.51
Hex C6 3C 40 0 46 44 16 166 37 33
Octal 306 74 100 0 106 104 26 546 67 63
Binary 11000110 111100 1000000 0 1000110 1000100 10110 101100110 110111 110011

Color Harmonies of #C63C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C40

Black with #C63C40

Text Example


Text Example

White with #C63C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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