#CC3637

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

Shades of Mahogany #CC3637

Tints of Mahogany #CC3637

Color information

#CC3637 (or 0xCC3637) is unknown color: approx Mahogany. HEX triplet: CC, 36 and 37. RGB value is (204,54,55). Sum of RGB (Red+Green+Blue) = 204+54+55=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3637 is #33C9C8. Grayscale: #636363. Windows color (decimal): -3393993 or 3618508. OLE color: 3618508.

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

Color convert

RGB2045455-
CMYK00.740.730.2
HSL359.6º59.52%50.59%-
HSV(B)359.6º73.53%80%-
XYZ26.9115.755.24-
YUV98.96103.2202.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=65.18%
G=17.25%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204545500.740.730.2359.659.5250.59
HexCC363704A49141683c33
Octal31466670112111245507463
Binary1100110011011011011101001010100100110100101101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3637; }

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

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

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

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

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

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

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

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