Html Css Color HEX #C26600 Tenne (Tawny)

📋 copy color: '#C26600'

red 194 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C26600

Tints of Tenne (Tawny) #C26600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 65.54%
G = 34.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C26600 (or 0xC26600) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 00. RGB value is (194,102,0). Sum of RGB (Red+Green+Blue) = 194+102+0=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C26600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26600 is #3D99FF. Grayscale: #767676. Windows color (decimal): -4037120 or 26306. OLE color: 26306.

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

Color convert

RGB 194 102 0 -
CMYK 0 0.47 1 0.24
HSL 31.55º 1% 0.38% -
HSV(B) 31.55º 1% 0.76% -
XYZ 27 20.97 2.62 -
YUV 117.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 194 102 0 0 0.47 1 0.24 31.55 1 0.38
Hex C2 66 0 0 2F 64 18 20 64 26
Octal 302 146 0 0 57 144 30 40 144 46
Binary 11000010 1100110 0 0 101111 1100100 11000 100000 1100100 100110

Color Harmonies of #C26600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26600

Black with #C26600

Text Example


Text Example

White with #C26600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26600; }

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

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

background-color css

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

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

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

border-color css

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

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

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