Html Css Color HEX #C26A00 Tenne (Tawny)

📋 copy color: '#C26A00'

red 194 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #C26A00

Tints of Tenne (Tawny) #C26A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.67%
G = 35.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C26A00 (or 0xC26A00) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 00. RGB value is (194,106,0). Sum of RGB (Red+Green+Blue) = 194+106+0=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A00 is #3D95FF. Grayscale: #787878. Windows color (decimal): -4036096 or 27330. OLE color: 27330.

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

Color convert

RGB 194 106 0 -
CMYK 0 0.45 1 0.24
HSL 32.78º 1% 0.38% -
HSV(B) 32.78º 1% 0.76% -
XYZ 27.4 21.78 2.76 -
YUV 120.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 194 106 0 0 0.45 1 0.24 32.78 1 0.38
Hex C2 6A 0 0 2D 64 18 21 64 26
Octal 302 152 0 0 55 144 30 41 144 46
Binary 11000010 1101010 0 0 101101 1100100 11000 100001 1100100 100110

Color Harmonies of #C26A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A00

Black with #C26A00

Text Example


Text Example

White with #C26A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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