Html Css Color HEX #C6323A Mahogany

📋 copy color: '#C6323A'

red 198 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #C6323A

Tints of Mahogany #C6323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 64.71%
G = 16.34%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6323A (or 0xC6323A) is known color: Mahogany. HEX triplet: C6, 32 and 3A. RGB value is (198,50,58). Sum of RGB (Red+Green+Blue) = 198+50+58=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6323A is #39CDC5. Grayscale: #5F5F5F. Windows color (decimal): -3788230 or 3814086. OLE color: 3814086.

HSL color Cylindrical-coordinate representation of color #C6323A: hue angle of 356.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6323A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 58 -
CMYK 0 0.75 0.71 0.22
HSL 356.76º 0.6% 0.49% -
HSV(B) 356.76º 0.75% 0.78% -
XYZ 25.19 14.59 5.49 -
YUV 95.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 198 50 58 0 0.75 0.71 0.22 356.76 0.6 0.49
Hex C6 32 3A 0 4B 47 16 165 3C 31
Octal 306 62 72 0 113 107 26 545 74 61
Binary 11000110 110010 111010 0 1001011 1000111 10110 101100101 111100 110001

Color Harmonies of #C6323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6323A

Black with #C6323A

Text Example


Text Example

White with #C6323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6323A; }

 p { color: rgb(198,50,58); }

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

background-color css

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

 a { background-color: rgb(198,50,58); }

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

border-color css

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

 span { border-color: rgb(198,50,58); }

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