Html Css Color HEX #CB7301 Mango Tango

📋 copy color: '#CB7301'

red 203 ◦ green 115 ◦ blue 1

#CB7301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #CB7301

Tints of Mango Tango #CB7301

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 value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB7301 (or 0xCB7301) is known color: 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

RGB 203 115 1 -
CMYK 0 0.43 1.00 0.20
HSL 33.86º 0.99% 0.4% -
HSV(B) 33.86º 1% 0.8% -
XYZ 30.76 24.96 3.23 -
YUV 128.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 203 115 1 0 0.43 1.00 0.20 33.86 0.99 0.4
Hex CB 73 1 0 2B 64 14 22 63 28
Octal 313 163 1 0 53 144 24 42 143 50
Binary 11001011 1110011 1 0 101011 1100100 10100 100010 1100011 101000

Color Harmonies of #CB7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7301

Black with #CB7301

Text Example


Text Example

White with #CB7301

Text Example


Text Example

HTML Codes & Css Web 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>