#CC2E33

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

Shades of Mahogany #CC2E33

Tints of Mahogany #CC2E33

Color information

#CC2E33 (or 0xCC2E33) is unknown color: approx Mahogany. HEX triplet: CC, 2E and 33. RGB value is (204,46,51). Sum of RGB (Red+Green+Blue) = 204+46+51=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E33 is #33D1CC. Grayscale: #5D5D5D. Windows color (decimal): -3396045 or 3354316. OLE color: 3354316.

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

Color convert

RGB2044651-
CMYK00.770.750.2
HSL358.1º63.2%49.02%-
HSV(B)358.1º77.45%80%-
XYZ26.4815.034.64-
YUV93.81103.85206.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=67.77%
G=15.28%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204465100.770.750.2358.163.249.02
HexCC2E3304D4B141663f31
Octal31456630115113245467761
Binary1100110010111011001101001101100101110100101100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2E33; }

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

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

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

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

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

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

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

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