Html Css Color HEX #CB7404 Mango Tango

📋 copy color: '#CB7404'

red 203 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #CB7404

Tints of Mango Tango #CB7404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 62.85%
G = 35.91%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7404 (or 0xCB7404) is known color: Mango Tango. HEX triplet: CB, 74 and 04. RGB value is (203,116,4). Sum of RGB (Red+Green+Blue) = 203+116+4=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7404 is #348BFB. Grayscale: #818181. Windows color (decimal): -3443708 or 292043. OLE color: 292043.

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

Color convert

RGB 203 116 4 -
CMYK 0 0.43 0.98 0.20
HSL 33.77º 0.96% 0.41% -
HSV(B) 33.77º 0.98% 0.8% -
XYZ 30.9 25.2 3.35 -
YUV 129.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 203 116 4 0 0.43 0.98 0.20 33.77 0.96 0.41
Hex CB 74 4 0 2B 62 14 22 60 29
Octal 313 164 4 0 53 142 24 42 140 51
Binary 11001011 1110100 100 0 101011 1100010 10100 100010 1100000 101001

Color Harmonies of #CB7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7404

Black with #CB7404

Text Example


Text Example

White with #CB7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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