Html Css Color HEX #CB7302 Mango Tango

📋 copy color: '#CB7302'

red 203 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #CB7302

Tints of Mango Tango #CB7302

RGB

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

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

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

R = 63.44%
G = 35.94%
B = 0.63%

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

#CB7302 (or 0xCB7302) is known color: Mango Tango. HEX triplet: CB, 73 and 02. RGB value is (203,115,2). Sum of RGB (Red+Green+Blue) = 203+115+2=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7302 is #348CFD. Grayscale: #808080. Windows color (decimal): -3443966 or 160715. OLE color: 160715.

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

Color convert

RGB 203 115 2 -
CMYK 0 0.43 0.99 0.20
HSL 33.73º 0.98% 0.4% -
HSV(B) 33.73º 0.99% 0.8% -
XYZ 30.77 24.96 3.25 -
YUV 128.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 203 115 2 0 0.43 0.99 0.20 33.73 0.98 0.4
Hex CB 73 2 0 2B 63 14 22 62 28
Octal 313 163 2 0 53 143 24 42 142 50
Binary 11001011 1110011 10 0 101011 1100011 10100 100010 1100010 101000

Color Harmonies of #CB7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7302

Black with #CB7302

Text Example


Text Example

White with #CB7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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