#CC3237

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

Shades of Mahogany #CC3237

Tints of Mahogany #CC3237

Color information

#CC3237 (or 0xCC3237) is unknown color: approx Mahogany. HEX triplet: CC, 32 and 37. RGB value is (204,50,55). Sum of RGB (Red+Green+Blue) = 204+50+55=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3237 is #33CDC8. Grayscale: #606060. Windows color (decimal): -3395017 or 3617484. OLE color: 3617484.

HSL color Cylindrical-coordinate representation of color #CC3237: hue angle of 358.05º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3237 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB2045055-
CMYK00.750.730.2
HSL358.05º60.63%49.8%-
HSV(B)358.05º75.49%80%-
XYZ26.7315.395.18-
YUV96.62104.52204.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=66.02%
G=16.18%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204505500.750.730.2358.0560.6349.8
HexCC323704B49141663d32
Octal31462670113111245467562
Binary1100110011001011011101001011100100110100101100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3237; }

 p { color: rgb(204,50,55); }

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

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

 a { background-color: rgb(204,50,55); }

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

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

 span { border-color: rgb(204,50,55); }

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