#CC3338

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

Shades of Mahogany #CC3338

Tints of Mahogany #CC3338

Color information

#CC3338 (or 0xCC3338) is unknown color: approx Mahogany. HEX triplet: CC, 33 and 38. RGB value is (204,51,56). Sum of RGB (Red+Green+Blue) = 204+51+56=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3338 is #33CCC7. Grayscale: #616161. Windows color (decimal): -3394760 or 3683276. OLE color: 3683276.

HSL color Cylindrical-coordinate representation of color #CC3338: hue angle of 358.04º degrees, saturation: 0.6, 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 #CC3338 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB2045156-
CMYK00.750.730.2
HSL358.04º60%50%-
HSV(B)358.04º75%80%-
XYZ26.815.495.32-
YUV97.32104.69204.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.59%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=65.59%
G=16.40%
B=18.01%

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
Decimal204515600.750.730.2358.046050
HexCC333804B49141663c32
Octal31463700113111245467462
Binary1100110011001111100001001011100100110100101100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3338; }

 p { color: rgb(204,51,56); }

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

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

 a { background-color: rgb(204,51,56); }

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

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

 span { border-color: rgb(204,51,56); }

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