Html Css Color HEX #CB7131 Tango

📋 copy color: '#CB7131'

red 203 ◦ green 113 ◦ blue 49

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

Shades of Tango #CB7131

Tints of Tango #CB7131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 55.62%
G = 30.96%
B = 13.42%

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

#CB7131 (or 0xCB7131) is known color: Tango. HEX triplet: CB, 71 and 31. RGB value is (203,113,49). Sum of RGB (Red+Green+Blue) = 203+113+49=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7131 is #348ECE. Grayscale: #848484. Windows color (decimal): -3444431 or 3240395. OLE color: 3240395.

HSL color Cylindrical-coordinate representation of color #CB7131: hue angle of 24.94º degrees, saturation: 0.61, 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 #CB7131 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 49 -
CMYK 0 0.44 0.76 0.20
HSL 24.94º 0.61% 0.49% -
HSV(B) 24.94º 0.76% 0.8% -
XYZ 31.09 24.73 6.04 -
YUV 132.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 203 113 49 0 0.44 0.76 0.20 24.94 0.61 0.49
Hex CB 71 31 0 2C 4C 14 19 3D 31
Octal 313 161 61 0 54 114 24 31 75 61
Binary 11001011 1110001 110001 0 101100 1001100 10100 11001 111101 110001

Color Harmonies of #CB7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7131

Black with #CB7131

Text Example


Text Example

White with #CB7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7131; }

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

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

background-color css

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

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

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

border-color css

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

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

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