#CC333A

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

Shades of Mahogany #CC333A

Tints of Mahogany #CC333A

Color information

#CC333A (or 0xCC333A) is unknown color: approx Mahogany. HEX triplet: CC, 33 and 3A. RGB value is (204,51,58). Sum of RGB (Red+Green+Blue) = 204+51+58=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333A is #33CCC5. Grayscale: #616161. Windows color (decimal): -3394758 or 3814348. OLE color: 3814348.

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

Color convert

RGB2045158-
CMYK00.750.720.2
HSL357.25º60%50%-
HSV(B)357.25º75%80%-
XYZ26.8515.515.58-
YUV97.54105.69203.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=65.18%
G=16.29%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204515800.750.720.2357.256050
HexCC333A04B48141653c32
Octal31463720113110245457462
Binary1100110011001111101001001011100100010100101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC333A; }

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

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

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

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

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

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

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

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