Html Css Color HEX #C26A03 Tenne (Tawny)

📋 copy color: '#C26A03'

red 194 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #C26A03

Tints of Tenne (Tawny) #C26A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 64.03%
G = 34.98%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26A03 (or 0xC26A03) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 03. RGB value is (194,106,3). Sum of RGB (Red+Green+Blue) = 194+106+3=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A03 is #3D95FC. Grayscale: #797979. Windows color (decimal): -4036093 or 223938. OLE color: 223938.

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

Color convert

RGB 194 106 3 -
CMYK 0 0.45 0.98 0.24
HSL 32.36º 0.97% 0.39% -
HSV(B) 32.36º 0.98% 0.76% -
XYZ 27.42 21.78 2.85 -
YUV 120.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 194 106 3 0 0.45 0.98 0.24 32.36 0.97 0.39
Hex C2 6A 3 0 2D 62 18 20 61 27
Octal 302 152 3 0 55 142 30 40 141 47
Binary 11000010 1101010 11 0 101101 1100010 11000 100000 1100001 100111

Color Harmonies of #C26A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A03

Black with #C26A03

Text Example


Text Example

White with #C26A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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