Html Css Color HEX #CB7331 Tango

📋 copy color: '#CB7331'

red 203 ◦ green 115 ◦ blue 49

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

Shades of Tango #CB7331

Tints of Tango #CB7331

RGB

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

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

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

R = 55.31%
G = 31.34%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7331 (or 0xCB7331) is known color: Tango. HEX triplet: CB, 73 and 31. RGB value is (203,115,49). Sum of RGB (Red+Green+Blue) = 203+115+49=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7331 is #348CCE. Grayscale: #868686. Windows color (decimal): -3443919 or 3240907. OLE color: 3240907.

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

Color convert

RGB 203 115 49 -
CMYK 0 0.43 0.76 0.20
HSL 25.71º 0.61% 0.49% -
HSV(B) 25.71º 0.76% 0.8% -
XYZ 31.31 25.18 6.12 -
YUV 133.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 203 115 49 0 0.43 0.76 0.20 25.71 0.61 0.49
Hex CB 73 31 0 2B 4C 14 1A 3D 31
Octal 313 163 61 0 53 114 24 32 75 61
Binary 11001011 1110011 110001 0 101011 1001100 10100 11010 111101 110001

Color Harmonies of #CB7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7331

Black with #CB7331

Text Example


Text Example

White with #CB7331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7331; }

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

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

background-color css

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

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

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

border-color css

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

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

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