#CB4142

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

Shades of Mahogany #CB4142

Tints of Mahogany #CB4142

Color information

#CB4142 (or 0xCB4142) is unknown color: approx Mahogany. HEX triplet: CB, 41 and 42. RGB value is (203,65,66). Sum of RGB (Red+Green+Blue) = 203+65+66=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4142 is #34BEBD. Grayscale: #6A6A6A. Windows color (decimal): -3456702 or 4342219. OLE color: 4342219.

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

Color convert

RGB2036566-
CMYK00.680.670.20
HSL359.57º57.02%52.55%-
HSV(B)359.57º67.98%79.61%-
XYZ27.516.876.96-
YUV106.38105.22196.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.78%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=60.78%
G=19.46%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203656600.680.670.20359.5757.0252.55
HexCB414204443141683935
Octal3131011020104103245507165
Binary110010111000001100001001000100100001110100101101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4142; }

 p { color: rgb(203,65,66); }

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

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

 a { background-color: rgb(203,65,66); }

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

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

 span { border-color: rgb(203,65,66); }

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