#CC333E

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

Shades of Mahogany #CC333E

Tints of Mahogany #CC333E

Color information

#CC333E (or 0xCC333E) is unknown color: approx Mahogany. HEX triplet: CC, 33 and 3E. RGB value is (204,51,62). Sum of RGB (Red+Green+Blue) = 204+51+62=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333E is #33CCC1. Grayscale: #626262. Windows color (decimal): -3394754 or 4076492. OLE color: 4076492.

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

Color convert

RGB2045162-
CMYK00.750.700.2
HSL355.69º60%50%-
HSV(B)355.69º75%80%-
XYZ26.9615.556.14-
YUV98107.69203.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=64.35%
G=16.09%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204516200.750.700.2355.696050
HexCC333E04B46141643c32
Octal31463760113106245447462
Binary1100110011001111111001001011100011010100101100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC333E; }

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

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

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

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

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

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

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

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