Html Css Color HEX #CB7200 Mango Tango

📋 copy color: '#CB7200'

red 203 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #CB7200

Tints of Mango Tango #CB7200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

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

R = 64.04%
G = 35.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7200 (or 0xCB7200) is known color: Mango Tango. HEX triplet: CB, 72 and 00. RGB value is (203,114,0). Sum of RGB (Red+Green+Blue) = 203+114+0=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7200 is #348DFF. Grayscale: #808080. Windows color (decimal): -3444224 or 29387. OLE color: 29387.

HSL color Cylindrical-coordinate representation of color #CB7200: hue angle of 33.69º 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 #CB7200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 0 -
CMYK 0 0.44 1 0.20
HSL 33.69º 1% 0.4% -
HSV(B) 33.69º 1% 0.8% -
XYZ 30.65 24.73 3.16 -
YUV 127.62 55.99 181.77 -
System Red Green Blue C M Y K H S L
Decimal 203 114 0 0 0.44 1 0.20 33.69 1 0.4
Hex CB 72 0 0 2C 64 14 22 64 28
Octal 313 162 0 0 54 144 24 42 144 50
Binary 11001011 1110010 0 0 101100 1100100 10100 100010 1100100 101000

Color Harmonies of #CB7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7200

Black with #CB7200

Text Example


Text Example

White with #CB7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7200; }

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

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

background-color css

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

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

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

border-color css

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

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

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