Html Css Color HEX #CB7402 Mango Tango

📋 copy color: '#CB7402'

red 203 ◦ green 116 ◦ blue 2

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

Shades of Mango Tango #CB7402

Tints of Mango Tango #CB7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 63.24%
G = 36.14%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB7402 (or 0xCB7402) is known color: Mango Tango. HEX triplet: CB, 74 and 02. RGB value is (203,116,2). Sum of RGB (Red+Green+Blue) = 203+116+2=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7402 is #348BFD. Grayscale: #818181. Windows color (decimal): -3443710 or 160971. OLE color: 160971.

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

Color convert

RGB 203 116 2 -
CMYK 0 0.43 0.99 0.20
HSL 34.03º 0.98% 0.4% -
HSV(B) 34.03º 0.99% 0.8% -
XYZ 30.88 25.19 3.29 -
YUV 129.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 203 116 2 0 0.43 0.99 0.20 34.03 0.98 0.4
Hex CB 74 2 0 2B 63 14 22 62 28
Octal 313 164 2 0 53 143 24 42 142 50
Binary 11001011 1110100 10 0 101011 1100011 10100 100010 1100010 101000

Color Harmonies of #CB7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7402

Black with #CB7402

Text Example


Text Example

White with #CB7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7402; }

 p { color: rgb(203,116,2); }

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

background-color css

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

 a { background-color: rgb(203,116,2); }

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

border-color css

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

 span { border-color: rgb(203,116,2); }

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