Html Css Color HEX #CB6E31 Tango

📋 copy color: '#CB6E31'

red 203 ◦ green 110 ◦ blue 49

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

Shades of Tango #CB6E31

Tints of Tango #CB6E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 56.08%
G = 30.39%
B = 13.54%

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

#CB6E31 (or 0xCB6E31) is known color: Tango. HEX triplet: CB, 6E and 31. RGB value is (203,110,49). Sum of RGB (Red+Green+Blue) = 203+110+49=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E31 is #3491CE. Grayscale: #838383. Windows color (decimal): -3445199 or 3239627. OLE color: 3239627.

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

Color convert

RGB 203 110 49 -
CMYK 0 0.46 0.76 0.20
HSL 23.77º 0.61% 0.49% -
HSV(B) 23.77º 0.76% 0.8% -
XYZ 30.76 24.07 5.93 -
YUV 130.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 203 110 49 0 0.46 0.76 0.20 23.77 0.61 0.49
Hex CB 6E 31 0 2E 4C 14 18 3D 31
Octal 313 156 61 0 56 114 24 30 75 61
Binary 11001011 1101110 110001 0 101110 1001100 10100 11000 111101 110001

Color Harmonies of #CB6E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E31

Black with #CB6E31

Text Example


Text Example

White with #CB6E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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