#CC292A

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

Shades of Mahogany #CC292A

Tints of Mahogany #CC292A

Color information

#CC292A (or 0xCC292A) is unknown color: approx Mahogany. HEX triplet: CC, 29 and 2A. RGB value is (204,41,42). Sum of RGB (Red+Green+Blue) = 204+41+42=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292A is #33D6D5. Grayscale: #5A5A5A. Windows color (decimal): -3397334 or 2763212. OLE color: 2763212.

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

Color convert

RGB2044142-
CMYK00.800.790.2
HSL359.63º66.53%48.04%-
HSV(B)359.63º79.9%80%-
XYZ26.1114.593.63-
YUV89.85101209.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.08%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=71.08%
G=14.29%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204414200.800.790.2359.6366.5348.04
HexCC292A0504F141684330
Octal314515201201172455010360
Binary11001100101001101010010100001001111101001011010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC292A; }

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

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

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

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

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

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

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

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