Html Css Color HEX #C26B08 Tenne (Tawny)

📋 copy color: '#C26B08'

red 194 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #C26B08

Tints of Tenne (Tawny) #C26B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 62.78%
G = 34.63%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26B08 (or 0xC26B08) is known color: Tenne (Tawny). HEX triplet: C2, 6B and 08. RGB value is (194,107,8). Sum of RGB (Red+Green+Blue) = 194+107+8=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B08 is #3D94F7. Grayscale: #7A7A7A. Windows color (decimal): -4035832 or 551874. OLE color: 551874.

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

Color convert

RGB 194 107 8 -
CMYK 0 0.45 0.96 0.24
HSL 31.94º 0.92% 0.4% -
HSV(B) 31.94º 0.96% 0.76% -
XYZ 27.55 22 3.02 -
YUV 121.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 194 107 8 0 0.45 0.96 0.24 31.94 0.92 0.4
Hex C2 6B 8 0 2D 60 18 20 5C 28
Octal 302 153 10 0 55 140 30 40 134 50
Binary 11000010 1101011 1000 0 101101 1100000 11000 100000 1011100 101000

Color Harmonies of #C26B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B08

Black with #C26B08

Text Example


Text Example

White with #C26B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B08; }

 p { color: rgb(194,107,8); }

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

background-color css

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

 a { background-color: rgb(194,107,8); }

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

border-color css

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

 span { border-color: rgb(194,107,8); }

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