Html Css Color HEX #C26A07 Tenne (Tawny)

📋 copy color: '#C26A07'

red 194 ◦ green 106 ◦ blue 7

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

Shades of Tenne (Tawny) #C26A07

Tints of Tenne (Tawny) #C26A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 63.19%
G = 34.53%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26A07 (or 0xC26A07) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 07. RGB value is (194,106,7). Sum of RGB (Red+Green+Blue) = 194+106+7=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A07 is #3D95F8. Grayscale: #797979. Windows color (decimal): -4036089 or 486082. OLE color: 486082.

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

Color convert

RGB 194 106 7 -
CMYK 0 0.45 0.96 0.24
HSL 31.76º 0.93% 0.39% -
HSV(B) 31.76º 0.96% 0.76% -
XYZ 27.44 21.79 2.96 -
YUV 121.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 194 106 7 0 0.45 0.96 0.24 31.76 0.93 0.39
Hex C2 6A 7 0 2D 60 18 20 5D 27
Octal 302 152 7 0 55 140 30 40 135 47
Binary 11000010 1101010 111 0 101101 1100000 11000 100000 1011101 100111

Color Harmonies of #C26A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A07

Black with #C26A07

Text Example


Text Example

White with #C26A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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