Html Css Color HEX #C26E08 Tenne (Tawny)

📋 copy color: '#C26E08'

red 194 ◦ green 110 ◦ blue 8

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

Shades of Tenne (Tawny) #C26E08

Tints of Tenne (Tawny) #C26E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

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

R = 62.18%
G = 35.26%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26E08 (or 0xC26E08) is known color: Tenne (Tawny). HEX triplet: C2, 6E and 08. RGB value is (194,110,8). Sum of RGB (Red+Green+Blue) = 194+110+8=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E08 is #3D91F7. Grayscale: #7B7B7B. Windows color (decimal): -4035064 or 552642. OLE color: 552642.

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

Color convert

RGB 194 110 8 -
CMYK 0 0.43 0.96 0.24
HSL 32.9º 0.92% 0.4% -
HSV(B) 32.9º 0.96% 0.76% -
XYZ 27.87 22.64 3.13 -
YUV 123.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 194 110 8 0 0.43 0.96 0.24 32.9 0.92 0.4
Hex C2 6E 8 0 2B 60 18 21 5C 28
Octal 302 156 10 0 53 140 30 41 134 50
Binary 11000010 1101110 1000 0 101011 1100000 11000 100001 1011100 101000

Color Harmonies of #C26E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E08

Black with #C26E08

Text Example


Text Example

White with #C26E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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