#CB4446

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

Shades of Mahogany #CB4446

Tints of Mahogany #CB4446

Color information

#CB4446 (or 0xCB4446) is unknown color: approx Mahogany. HEX triplet: CB, 44 and 46. RGB value is (203,68,70). Sum of RGB (Red+Green+Blue) = 203+68+70=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4446 is #34BBB9. Grayscale: #6C6C6C. Windows color (decimal): -3455930 or 4605131. OLE color: 4605131.

HSL color Cylindrical-coordinate representation of color #CB4446: hue angle of 359.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4446 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2036870-
CMYK00.670.660.20
HSL359.11º56.49%53.14%-
HSV(B)359.11º66.5%79.61%-
XYZ27.817.277.66-
YUV108.59106.23195.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.53%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=59.53%
G=19.94%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203687000.670.660.20359.1156.4953.14
HexCB444604342141673835
Octal3131041060103102245477065
Binary110010111000100100011001000011100001010100101100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4446; }

 p { color: rgb(203,68,70); }

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

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

 a { background-color: rgb(203,68,70); }

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

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

 span { border-color: rgb(203,68,70); }

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