#C26B00

Color #C26B00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C26B00

Tints of Tenne (Tawny) #C26B00

Color information

#C26B00 (or 0xC26B00) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 6B and 00. RGB value is (194,107,0). Sum of RGB (Red+Green+Blue) = 194+107+0=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B00 is #3D94FF. Grayscale: #797979. Windows color (decimal): -4035840 or 27586. OLE color: 27586.

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

Color convert

RGB1941070-
CMYK00.4510.24
HSL33.09º100%38.04%-
HSV(B)33.09º100%76.08%-
XYZ27.5121.982.79-
YUV120.8259.82180.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.45%
G=35.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194107000.4510.2433.0910038.04
HexC26B002D6418216426
Octal3021530055144304114446
Binary110000101101011001011011100100110001000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B00; }

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

 H1.HeaderClassName
 {
   color: #C26B00;
 }
 .AnyTagClassName
 {
   color: #C26B00;
 }
</style>
background-color css

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

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

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

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

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

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