Html Css Color HEX #CB6E2B Tango

📋 copy color: '#CB6E2B'

red 203 ◦ green 110 ◦ blue 43

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

Shades of Tango #CB6E2B

Tints of Tango #CB6E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 57.02%
G = 30.9%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB6E2B (or 0xCB6E2B) is known color: Tango. HEX triplet: CB, 6E and 2B. RGB value is (203,110,43). Sum of RGB (Red+Green+Blue) = 203+110+43=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E2B is #3491D4. Grayscale: #828282. Windows color (decimal): -3445205 or 2846411. OLE color: 2846411.

HSL color Cylindrical-coordinate representation of color #CB6E2B: hue angle of 25.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB6E2B is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 43 -
CMYK 0 0.46 0.79 0.20
HSL 25.13º 0.65% 0.48% -
HSV(B) 25.13º 0.79% 0.8% -
XYZ 30.64 24.02 5.31 -
YUV 130.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 203 110 43 0 0.46 0.79 0.20 25.13 0.65 0.48
Hex CB 6E 2B 0 2E 4F 14 19 41 30
Octal 313 156 53 0 56 117 24 31 101 60
Binary 11001011 1101110 101011 0 101110 1001111 10100 11001 1000001 110000

Color Harmonies of #CB6E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E2B

Black with #CB6E2B

Text Example


Text Example

White with #CB6E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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