Html Css Color HEX #CB702E Tango

📋 copy color: '#CB702E'

red 203 ◦ green 112 ◦ blue 46

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

Shades of Tango #CB702E

Tints of Tango #CB702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 56.23%
G = 31.02%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB702E (or 0xCB702E) is known color: Tango. HEX triplet: CB, 70 and 2E. RGB value is (203,112,46). Sum of RGB (Red+Green+Blue) = 203+112+46=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB702E is #348FD1. Grayscale: #848484. Windows color (decimal): -3444690 or 3043531. OLE color: 3043531.

HSL color Cylindrical-coordinate representation of color #CB702E: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB702E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 46 -
CMYK 0 0.45 0.77 0.20
HSL 25.22º 0.63% 0.49% -
HSV(B) 25.22º 0.77% 0.8% -
XYZ 30.92 24.48 5.68 -
YUV 131.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 203 112 46 0 0.45 0.77 0.20 25.22 0.63 0.49
Hex CB 70 2E 0 2D 4D 14 19 3F 31
Octal 313 160 56 0 55 115 24 31 77 61
Binary 11001011 1110000 101110 0 101101 1001101 10100 11001 111111 110001

Color Harmonies of #CB702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB702E

Black with #CB702E

Text Example


Text Example

White with #CB702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB702E; }

 p { color: rgb(203,112,46); }

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

background-color css

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

 a { background-color: rgb(203,112,46); }

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

border-color css

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

 span { border-color: rgb(203,112,46); }

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