#C62A35

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

Shades of Mahogany #C62A35

Tints of Mahogany #C62A35

Color information

#C62A35 (or 0xC62A35) is unknown color: approx Mahogany. HEX triplet: C6, 2A and 35. RGB value is (198,42,53). Sum of RGB (Red+Green+Blue) = 198+42+53=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A35 is #39D5CA. Grayscale: #5A5A5A. Windows color (decimal): -3790283 or 3484358. OLE color: 3484358.

HSL color Cylindrical-coordinate representation of color #C62A35: hue angle of 355.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A35 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1984253-
CMYK00.790.730.22
HSL355.77º65%47.06%-
HSV(B)355.77º78.79%77.65%-
XYZ24.7613.924.75-
YUV89.9107.18205.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.58%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=67.58%
G=14.33%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198425300.790.730.22355.776547.06
HexC62A3504F4916164412f
Octal306526501171112654410157
Binary11000110101010110101010011111001001101101011001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62A35; }

 p { color: rgb(198,42,53); }

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

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

 a { background-color: rgb(198,42,53); }

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

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

 span { border-color: rgb(198,42,53); }

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