Html Css Color HEX #C26808 Tenne (Tawny)

📋 copy color: '#C26808'

red 194 ◦ green 104 ◦ blue 8

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

Shades of Tenne (Tawny) #C26808

Tints of Tenne (Tawny) #C26808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 63.4%
G = 33.99%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26808 (or 0xC26808) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 08. RGB value is (194,104,8). Sum of RGB (Red+Green+Blue) = 194+104+8=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C26808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26808 is #3D97F7. Grayscale: #787878. Windows color (decimal): -4036600 or 551106. OLE color: 551106.

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

Color convert

RGB 194 104 8 -
CMYK 0 0.46 0.96 0.24
HSL 30.97º 0.92% 0.4% -
HSV(B) 30.97º 0.96% 0.76% -
XYZ 27.24 21.39 2.92 -
YUV 119.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 194 104 8 0 0.46 0.96 0.24 30.97 0.92 0.4
Hex C2 68 8 0 2E 60 18 1F 5C 28
Octal 302 150 10 0 56 140 30 37 134 50
Binary 11000010 1101000 1000 0 101110 1100000 11000 11111 1011100 101000

Color Harmonies of #C26808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26808

Black with #C26808

Text Example


Text Example

White with #C26808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26808; }

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

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

background-color css

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

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

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

border-color css

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

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

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