Html Css Color HEX #C26A0B Tenne (Tawny)

📋 copy color: '#C26A0B'

red 194 ◦ green 106 ◦ blue 11

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

Shades of Tenne (Tawny) #C26A0B

Tints of Tenne (Tawny) #C26A0B

RGB

 RED value IS 194 (76.17% from 255) = 62.38%

 GREEN value IS 106 (41.8% from 255) = 34.08%

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 62.38%
G = 34.08%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C26A0B (or 0xC26A0B) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 0B. RGB value is (194,106,11). Sum of RGB (Red+Green+Blue) = 194+106+11=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0B is #3D95F4. Grayscale: #797979. Windows color (decimal): -4036085 or 748226. OLE color: 748226.

HSL color Cylindrical-coordinate representation of color #C26A0B: hue angle of 31.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C26A0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 106 11 -
CMYK 0 0.45 0.94 0.24
HSL 31.15º 0.89% 0.4% -
HSV(B) 31.15º 0.94% 0.76% -
XYZ 27.46 21.8 3.08 -
YUV 121.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 194 106 11 0 0.45 0.94 0.24 31.15 0.89 0.4
Hex C2 6A B 0 2D 5E 18 1F 59 28
Octal 302 152 13 0 55 136 30 37 131 50
Binary 11000010 1101010 1011 0 101101 1011110 11000 11111 1011001 101000

Color Harmonies of #C26A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A0B

Black with #C26A0B

Text Example


Text Example

White with #C26A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A0B; }

 p { color: rgb(194,106,11); }

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

background-color css

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

 a { background-color: rgb(194,106,11); }

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

border-color css

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

 span { border-color: rgb(194,106,11); }

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