#CC3C3E

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

Shades of Mahogany #CC3C3E

Tints of Mahogany #CC3C3E

Color information

#CC3C3E (or 0xCC3C3E) is unknown color: approx Mahogany. HEX triplet: CC, 3C and 3E. RGB value is (204,60,62). Sum of RGB (Red+Green+Blue) = 204+60+62=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C3E is #33C3C1. Grayscale: #676767. Windows color (decimal): -3392450 or 4078796. OLE color: 4078796.

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

Color convert

RGB2046062-
CMYK00.710.700.2
HSL359.17º58.54%51.76%-
HSV(B)359.17º70.59%80%-
XYZ27.3916.426.28-
YUV103.28104.71199.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=62.58%
G=18.40%
B=19.02%

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
Decimal204606200.710.700.2359.1758.5451.76
HexCC3C3E04746141673b34
Octal31474760107106245477364
Binary1100110011110011111001000111100011010100101100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C3E; }

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

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

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

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

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

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

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

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