Html Css Color HEX #C26010 Tenne (Tawny)

📋 copy color: '#C26010'

red 194 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #C26010

Tints of Tenne (Tawny) #C26010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 63.4%
G = 31.37%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C26010 (or 0xC26010) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 10. RGB value is (194,96,16). Sum of RGB (Red+Green+Blue) = 194+96+16=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C26010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26010 is #3D9FEF. Grayscale: #747474. Windows color (decimal): -4038640 or 1073346. OLE color: 1073346.

HSL color Cylindrical-coordinate representation of color #C26010: hue angle of 26.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26010 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 16 -
CMYK 0 0.51 0.92 0.24
HSL 26.97º 0.85% 0.41% -
HSV(B) 26.97º 0.92% 0.76% -
XYZ 26.52 19.87 2.93 -
YUV 116.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 194 96 16 0 0.51 0.92 0.24 26.97 0.85 0.41
Hex C2 60 10 0 33 5C 18 1B 55 29
Octal 302 140 20 0 63 134 30 33 125 51
Binary 11000010 1100000 10000 0 110011 1011100 11000 11011 1010101 101001

Color Harmonies of #C26010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26010

Black with #C26010

Text Example


Text Example

White with #C26010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26010; }

 p { color: rgb(194,96,16); }

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

background-color css

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

 a { background-color: rgb(194,96,16); }

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

border-color css

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

 span { border-color: rgb(194,96,16); }

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