#CC363E

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

Shades of Mahogany #CC363E

Tints of Mahogany #CC363E

Color information

#CC363E (or 0xCC363E) is unknown color: approx Mahogany. HEX triplet: CC, 36 and 3E. RGB value is (204,54,62). Sum of RGB (Red+Green+Blue) = 204+54+62=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363E is #33C9C1. Grayscale: #636363. Windows color (decimal): -3393986 or 4077260. OLE color: 4077260.

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

Color convert

RGB2045462-
CMYK00.740.700.2
HSL356.8º59.52%50.59%-
HSV(B)356.8º73.53%80%-
XYZ27.0915.826.18-
YUV99.76106.7202.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=63.75%
G=16.88%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204546200.740.700.2356.859.5250.59
HexCC363E04A46141653c33
Octal31466760112106245457463
Binary1100110011011011111001001010100011010100101100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC363E; }

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

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

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

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

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

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

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

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