Html Css Color HEX #CB6D31 Tango

📋 copy color: '#CB6D31'

red 203 ◦ green 109 ◦ blue 49

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

Shades of Tango #CB6D31

Tints of Tango #CB6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 56.23%
G = 30.19%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6D31 (or 0xCB6D31) is known color: Tango. HEX triplet: CB, 6D and 31. RGB value is (203,109,49). Sum of RGB (Red+Green+Blue) = 203+109+49=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D31 is #3492CE. Grayscale: #828282. Windows color (decimal): -3445455 or 3239371. OLE color: 3239371.

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

Color convert

RGB 203 109 49 -
CMYK 0 0.46 0.76 0.20
HSL 23.38º 0.61% 0.49% -
HSV(B) 23.38º 0.76% 0.8% -
XYZ 30.65 23.86 5.89 -
YUV 130.27 82.14 179.88 -
System Red Green Blue C M Y K H S L
Decimal 203 109 49 0 0.46 0.76 0.20 23.38 0.61 0.49
Hex CB 6D 31 0 2E 4C 14 17 3D 31
Octal 313 155 61 0 56 114 24 27 75 61
Binary 11001011 1101101 110001 0 101110 1001100 10100 10111 111101 110001

Color Harmonies of #CB6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D31

Black with #CB6D31

Text Example


Text Example

White with #CB6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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