Html Css Color HEX #CB702D Tango

📋 copy color: '#CB702D'

red 203 ◦ green 112 ◦ blue 45

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

Shades of Tango #CB702D

Tints of Tango #CB702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 56.39%
G = 31.11%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB702D (or 0xCB702D) is known color: Tango. HEX triplet: CB, 70 and 2D. RGB value is (203,112,45). Sum of RGB (Red+Green+Blue) = 203+112+45=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB702D is #348FD2. Grayscale: #838383. Windows color (decimal): -3444691 or 2977995. OLE color: 2977995.

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

Color convert

RGB 203 112 45 -
CMYK 0 0.45 0.78 0.20
HSL 25.44º 0.64% 0.49% -
HSV(B) 25.44º 0.78% 0.8% -
XYZ 30.9 24.47 5.58 -
YUV 131.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 203 112 45 0 0.45 0.78 0.20 25.44 0.64 0.49
Hex CB 70 2D 0 2D 4E 14 19 40 31
Octal 313 160 55 0 55 116 24 31 100 61
Binary 11001011 1110000 101101 0 101101 1001110 10100 11001 1000000 110001

Color Harmonies of #CB702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB702D

Black with #CB702D

Text Example


Text Example

White with #CB702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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