#CC363A

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

Shades of Mahogany #CC363A

Tints of Mahogany #CC363A

Color information

#CC363A (or 0xCC363A) is unknown color: approx Mahogany. HEX triplet: CC, 36 and 3A. RGB value is (204,54,58). Sum of RGB (Red+Green+Blue) = 204+54+58=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363A is #33C9C5. Grayscale: #636363. Windows color (decimal): -3393990 or 3815116. OLE color: 3815116.

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

Color convert

RGB2045458-
CMYK00.740.720.2
HSL358.4º59.52%50.59%-
HSV(B)358.4º73.53%80%-
XYZ26.9815.785.63-
YUV99.31104.7202.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=64.56%
G=17.09%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204545800.740.720.2358.459.5250.59
HexCC363A04A48141663c33
Octal31466720112110245467463
Binary1100110011011011101001001010100100010100101100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC363A; }

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

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

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

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

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

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

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

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