Html Css Color HEX #CB7600 Mango Tango

📋 copy color: '#CB7600'

red 203 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #CB7600

Tints of Mango Tango #CB7600

RGB

 RED value IS 203 (79.69% from 255) = 63.24%

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.24%
G = 36.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7600 (or 0xCB7600) is known color: Mango Tango. HEX triplet: CB, 76 and 00. RGB value is (203,118,0). Sum of RGB (Red+Green+Blue) = 203+118+0=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7600 is #3489FF. Grayscale: #828282. Windows color (decimal): -3443200 or 30411. OLE color: 30411.

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

Color convert

RGB 203 118 0 -
CMYK 0 0.42 1 0.20
HSL 34.88º 1% 0.4% -
HSV(B) 34.88º 1% 0.8% -
XYZ 31.11 25.65 3.31 -
YUV 129.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 203 118 0 0 0.42 1 0.20 34.88 1 0.4
Hex CB 76 0 0 2A 64 14 23 64 28
Octal 313 166 0 0 52 144 24 43 144 50
Binary 11001011 1110110 0 0 101010 1100100 10100 100011 1100100 101000

Color Harmonies of #CB7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7600

Black with #CB7600

Text Example


Text Example

White with #CB7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7600; }

 p { color: rgb(203,118,0); }

 H1.HeaderClassName
 {
   color: #CB7600;
 }
 .AnyTagClassName
 {
   color: #CB7600;
 }
</style>

background-color css

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

 a { background-color: rgb(203,118,0); }

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

border-color css

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

 span { border-color: rgb(203,118,0); }

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