#CC2A2E

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

Shades of Mahogany #CC2A2E

Tints of Mahogany #CC2A2E

Color information

#CC2A2E (or 0xCC2A2E) is unknown color: approx Mahogany. HEX triplet: CC, 2A and 2E. RGB value is (204,42,46). Sum of RGB (Red+Green+Blue) = 204+42+46=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A2E is #33D5D1. Grayscale: #5B5B5B. Windows color (decimal): -3397074 or 3025612. OLE color: 3025612.

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

Color convert

RGB2044246-
CMYK00.790.770.2
HSL358.52º65.85%48.24%-
HSV(B)358.52º79.41%80%-
XYZ26.2214.694.04-
YUV90.89102.67208.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=69.86%
G=14.38%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204424600.790.770.2358.5265.8548.24
HexCC2A2E04F4D141674230
Octal314525601171152454710260
Binary11001100101010101110010011111001101101001011001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A2E; }

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

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

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

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

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

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

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

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