#CC2930

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

Shades of Mahogany #CC2930

Tints of Mahogany #CC2930

Color information

#CC2930 (or 0xCC2930) is unknown color: approx Mahogany. HEX triplet: CC, 29 and 30. RGB value is (204,41,48). Sum of RGB (Red+Green+Blue) = 204+41+48=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2930 is #33D6CF. Grayscale: #5A5A5A. Windows color (decimal): -3397328 or 3156428. OLE color: 3156428.

HSL color Cylindrical-coordinate representation of color #CC2930: hue angle of 357.42º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2930 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB2044148-
CMYK00.800.760.2
HSL357.42º66.53%48.04%-
HSV(B)357.42º79.9%80%-
XYZ26.2314.644.24-
YUV90.53104208.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.62%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=69.62%
G=13.99%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204414800.800.760.2357.4266.5348.04
HexCC29300504C141654330
Octal314516001201142454510360
Binary11001100101001110000010100001001100101001011001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2930; }

 p { color: rgb(204,41,48); }

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

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

 a { background-color: rgb(204,41,48); }

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

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

 span { border-color: rgb(204,41,48); }

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