#CB7301

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

Shades of Mango Tango #CB7301

Tints of Mango Tango #CB7301

Color information

#CB7301 (or 0xCB7301) is unknown color: approx Mango Tango. HEX triplet: CB, 73 and 01. RGB value is (203,115,1). Sum of RGB (Red+Green+Blue) = 203+115+1=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7301 is #348CFE. Grayscale: #808080. Windows color (decimal): -3443967 or 95179. OLE color: 95179.

HSL color Cylindrical-coordinate representation of color #CB7301: hue angle of 33.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB7301 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB2031151-
CMYK00.431.000.20
HSL33.86º99.02%40%-
HSV(B)33.86º99.51%79.61%-
XYZ30.7624.963.23-
YUV128.3256.15181.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.64%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=63.64%
G=36.05%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203115100.431.000.2033.8699.0240
HexCB73102B6414226328
Octal3131631053144244214350
Binary110010111110011101010111100100101001000101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7301; }

 p { color: rgb(203,115,1); }

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

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

 a { background-color: rgb(203,115,1); }

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

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

 span { border-color: rgb(203,115,1); }

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