#CC3C3D

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

Shades of Mahogany #CC3C3D

Tints of Mahogany #CC3C3D

Color information

#CC3C3D (or 0xCC3C3D) is unknown color: approx Mahogany. HEX triplet: CC, 3C and 3D. RGB value is (204,60,61). Sum of RGB (Red+Green+Blue) = 204+60+61=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C3D is #33C3C2. Grayscale: #676767. Windows color (decimal): -3392451 or 4013260. OLE color: 4013260.

HSL color Cylindrical-coordinate representation of color #CC3C3D: hue angle of 359.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3C3D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB2046061-
CMYK00.710.700.2
HSL359.58º58.54%51.76%-
HSV(B)359.58º70.59%80%-
XYZ27.3616.416.14-
YUV103.17104.21199.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=62.77%
G=18.46%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204606100.710.700.2359.5858.5451.76
HexCC3C3D04746141683b34
Octal31474750107106245507364
Binary1100110011110011110101000111100011010100101101000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C3D; }

 p { color: rgb(204,60,61); }

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

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

 a { background-color: rgb(204,60,61); }

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

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

 span { border-color: rgb(204,60,61); }

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