Html Css Color HEX #C26B05 Tenne (Tawny)

📋 copy color: '#C26B05'

red 194 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #C26B05

Tints of Tenne (Tawny) #C26B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 63.4%
G = 34.97%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26B05 (or 0xC26B05) is known color: Tenne (Tawny). HEX triplet: C2, 6B and 05. RGB value is (194,107,5). Sum of RGB (Red+Green+Blue) = 194+107+5=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B05 is #3D94FA. Grayscale: #797979. Windows color (decimal): -4035835 or 355266. OLE color: 355266.

HSL color Cylindrical-coordinate representation of color #C26B05: hue angle of 32.38º degrees, saturation: 0.95, 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 #C26B05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 107 5 -
CMYK 0 0.45 0.97 0.24
HSL 32.38º 0.95% 0.39% -
HSV(B) 32.38º 0.97% 0.76% -
XYZ 27.53 22 2.94 -
YUV 121.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 194 107 5 0 0.45 0.97 0.24 32.38 0.95 0.39
Hex C2 6B 5 0 2D 61 18 20 5F 27
Octal 302 153 5 0 55 141 30 40 137 47
Binary 11000010 1101011 101 0 101101 1100001 11000 100000 1011111 100111

Color Harmonies of #C26B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B05

Black with #C26B05

Text Example


Text Example

White with #C26B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B05; }

 p { color: rgb(194,107,5); }

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

background-color css

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

 a { background-color: rgb(194,107,5); }

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

border-color css

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

 span { border-color: rgb(194,107,5); }

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