Html Css Color HEX #CB7300 Mango Tango

📋 copy color: '#CB7300'

red 203 ◦ green 115 ◦ blue 0

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

Shades of Mango Tango #CB7300

Tints of Mango Tango #CB7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 63.84%
G = 36.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7300 (or 0xCB7300) is known color: Mango Tango. HEX triplet: CB, 73 and 00. RGB value is (203,115,0). Sum of RGB (Red+Green+Blue) = 203+115+0=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7300 is #348CFF. Grayscale: #808080. Windows color (decimal): -3443968 or 29643. OLE color: 29643.

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

Color convert

RGB 203 115 0 -
CMYK 0 0.43 1 0.20
HSL 33.99º 1% 0.4% -
HSV(B) 33.99º 1% 0.8% -
XYZ 30.76 24.96 3.2 -
YUV 128.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 203 115 0 0 0.43 1 0.20 33.99 1 0.4
Hex CB 73 0 0 2B 64 14 22 64 28
Octal 313 163 0 0 53 144 24 42 144 50
Binary 11001011 1110011 0 0 101011 1100100 10100 100010 1100100 101000

Color Harmonies of #CB7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7300

Black with #CB7300

Text Example


Text Example

White with #CB7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7300; }

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

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

background-color css

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

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

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

border-color css

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

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

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