#CC2935

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

Shades of Mahogany #CC2935

Tints of Mahogany #CC2935

Color information

#CC2935 (or 0xCC2935) is unknown color: approx Mahogany. HEX triplet: CC, 29 and 35. RGB value is (204,41,53). Sum of RGB (Red+Green+Blue) = 204+41+53=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2935 is #33D6CA. Grayscale: #5B5B5B. Windows color (decimal): -3397323 or 3484108. OLE color: 3484108.

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

Color convert

RGB2044153-
CMYK00.800.740.2
HSL355.58º66.53%48.04%-
HSV(B)355.58º79.9%80%-
XYZ26.3414.684.81-
YUV91.1106.5208.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.46%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=68.46%
G=13.76%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204415300.800.740.2355.5866.5348.04
HexCC29350504A141644330
Octal314516501201122454410360
Binary11001100101001110101010100001001010101001011001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2935; }

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

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

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

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

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

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

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

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