#CC333B

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

Shades of Mahogany #CC333B

Tints of Mahogany #CC333B

Color information

#CC333B (or 0xCC333B) is unknown color: approx Mahogany. HEX triplet: CC, 33 and 3B. RGB value is (204,51,59). Sum of RGB (Red+Green+Blue) = 204+51+59=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333B is #33CCC4. Grayscale: #616161. Windows color (decimal): -3394757 or 3879884. OLE color: 3879884.

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

Color convert

RGB2045159-
CMYK00.750.710.2
HSL356.86º60%50%-
HSV(B)356.86º75%80%-
XYZ26.8815.525.72-
YUV97.66106.19203.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=64.97%
G=16.24%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204515900.750.710.2356.866050
HexCC333B04B47141653c32
Octal31463730113107245457462
Binary1100110011001111101101001011100011110100101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC333B; }

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

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

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

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

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

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

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

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