Html Css Color HEX #C26508 Tenne (Tawny)

📋 copy color: '#C26508'

red 194 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #C26508

Tints of Tenne (Tawny) #C26508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 64.03%
G = 33.33%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26508 (or 0xC26508) is known color: Tenne (Tawny). HEX triplet: C2, 65 and 08. RGB value is (194,101,8). Sum of RGB (Red+Green+Blue) = 194+101+8=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C26508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26508 is #3D9AF7. Grayscale: #767676. Windows color (decimal): -4037368 or 550338. OLE color: 550338.

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

Color convert

RGB 194 101 8 -
CMYK 0 0.48 0.96 0.24
HSL 30º 0.92% 0.4% -
HSV(B) 30º 0.96% 0.76% -
XYZ 26.95 20.79 2.82 -
YUV 118.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 194 101 8 0 0.48 0.96 0.24 30 0.92 0.4
Hex C2 65 8 0 30 60 18 1E 5C 28
Octal 302 145 10 0 60 140 30 36 134 50
Binary 11000010 1100101 1000 0 110000 1100000 11000 11110 1011100 101000

Color Harmonies of #C26508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26508

Black with #C26508

Text Example


Text Example

White with #C26508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26508; }

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

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

background-color css

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

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

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

border-color css

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

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

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