Html Css Color HEX #CB7130 Tango

📋 copy color: '#CB7130'

red 203 ◦ green 113 ◦ blue 48

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

Shades of Tango #CB7130

Tints of Tango #CB7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 55.77%
G = 31.04%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7130 (or 0xCB7130) is known color: Tango. HEX triplet: CB, 71 and 30. RGB value is (203,113,48). Sum of RGB (Red+Green+Blue) = 203+113+48=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7130 is #348ECF. Grayscale: #848484. Windows color (decimal): -3444432 or 3174859. OLE color: 3174859.

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

Color convert

RGB 203 113 48 -
CMYK 0 0.44 0.76 0.20
HSL 25.16º 0.62% 0.49% -
HSV(B) 25.16º 0.76% 0.8% -
XYZ 31.07 24.72 5.93 -
YUV 132.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 203 113 48 0 0.44 0.76 0.20 25.16 0.62 0.49
Hex CB 71 30 0 2C 4C 14 19 3E 31
Octal 313 161 60 0 54 114 24 31 76 61
Binary 11001011 1110001 110000 0 101100 1001100 10100 11001 111110 110001

Color Harmonies of #CB7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7130

Black with #CB7130

Text Example


Text Example

White with #CB7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7130; }

 p { color: rgb(203,113,48); }

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

background-color css

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

 a { background-color: rgb(203,113,48); }

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

border-color css

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

 span { border-color: rgb(203,113,48); }

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