Html Css Color HEX #C26E06 Tenne (Tawny)

📋 copy color: '#C26E06'

red 194 ◦ green 110 ◦ blue 6

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

Shades of Tenne (Tawny) #C26E06

Tints of Tenne (Tawny) #C26E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 62.58%
G = 35.48%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26E06 (or 0xC26E06) is known color: Tenne (Tawny). HEX triplet: C2, 6E and 06. RGB value is (194,110,6). Sum of RGB (Red+Green+Blue) = 194+110+6=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E06 is #3D91F9. Grayscale: #7B7B7B. Windows color (decimal): -4035066 or 421570. OLE color: 421570.

HSL color Cylindrical-coordinate representation of color #C26E06: hue angle of 33.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26E06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 110 6 -
CMYK 0 0.43 0.97 0.24
HSL 33.19º 0.94% 0.39% -
HSV(B) 33.19º 0.97% 0.76% -
XYZ 27.86 22.63 3.07 -
YUV 123.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 194 110 6 0 0.43 0.97 0.24 33.19 0.94 0.39
Hex C2 6E 6 0 2B 61 18 21 5E 27
Octal 302 156 6 0 53 141 30 41 136 47
Binary 11000010 1101110 110 0 101011 1100001 11000 100001 1011110 100111

Color Harmonies of #C26E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E06

Black with #C26E06

Text Example


Text Example

White with #C26E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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