#C6333A

Color #C6333A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C6333A

Tints of Mahogany #C6333A

Color information

#C6333A (or 0xC6333A) is unknown color: approx Mahogany. HEX triplet: C6, 33 and 3A. RGB value is (198,51,58). Sum of RGB (Red+Green+Blue) = 198+51+58=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333A is #39CCC5. Grayscale: #5F5F5F. Windows color (decimal): -3787974 or 3814342. OLE color: 3814342.

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

Color convert

RGB1985158-
CMYK00.740.710.22
HSL357.14º59.04%48.82%-
HSV(B)357.14º74.24%77.65%-
XYZ25.2414.685.51-
YUV95.75106.7200.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=64.50%
G=16.61%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198515800.740.710.22357.1459.0448.82
HexC6333A04A47161653b31
Octal30663720112107265457361
Binary1100011011001111101001001010100011110110101100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6333A; }

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

 H1.HeaderClassName
 {
   color: #C6333A;
 }
 .AnyTagClassName
 {
   color: #C6333A;
 }
</style>
background-color css

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

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

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

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

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

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