#CC3640

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

Shades of Mahogany #CC3640

Tints of Mahogany #CC3640

Color information

#CC3640 (or 0xCC3640) is unknown color: approx Mahogany. HEX triplet: CC, 36 and 40. RGB value is (204,54,64). Sum of RGB (Red+Green+Blue) = 204+54+64=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3640 is #33C9BF. Grayscale: #646464. Windows color (decimal): -3393984 or 4208332. OLE color: 4208332.

HSL color Cylindrical-coordinate representation of color #CC3640: hue angle of 356º 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 #CC3640 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2045464-
CMYK00.740.690.2
HSL356º59.52%50.59%-
HSV(B)356º73.53%80%-
XYZ27.1515.856.48-
YUV99.99107.7202.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=63.35%
G=16.77%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204546400.740.690.235659.5250.59
HexCC364004A45141643c33
Octal314661000112105245447463
Binary11001100110110100000001001010100010110100101100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3640; }

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

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

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

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

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

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

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

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