Html Css Color HEX #C96D2B Tango

📋 copy color: '#C96D2B'

red 201 ◦ green 109 ◦ blue 43

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

Shades of Tango #C96D2B

Tints of Tango #C96D2B

RGB

 RED value IS 201 (78.91% from 255) = 56.94%

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

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

R = 56.94%
G = 30.88%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C96D2B (or 0xC96D2B) is known color: Tango. HEX triplet: C9, 6D and 2B. RGB value is (201,109,43). Sum of RGB (Red+Green+Blue) = 201+109+43=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D2B is #3692D4. Grayscale: #818181. Windows color (decimal): -3576533 or 2846153. OLE color: 2846153.

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

Color convert

RGB 201 109 43 -
CMYK 0 0.46 0.79 0.21
HSL 25.06º 0.65% 0.48% -
HSV(B) 25.06º 0.79% 0.79% -
XYZ 29.99 23.53 5.25 -
YUV 128.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 201 109 43 0 0.46 0.79 0.21 25.06 0.65 0.48
Hex C9 6D 2B 0 2E 4F 15 19 41 30
Octal 311 155 53 0 56 117 25 31 101 60
Binary 11001001 1101101 101011 0 101110 1001111 10101 11001 1000001 110000

Color Harmonies of #C96D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D2B

Black with #C96D2B

Text Example


Text Example

White with #C96D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D2B; }

 p { color: rgb(201,109,43); }

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

background-color css

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

 a { background-color: rgb(201,109,43); }

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

border-color css

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

 span { border-color: rgb(201,109,43); }

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