Html Css Color HEX #C26B01 Tenne (Tawny)

📋 copy color: '#C26B01'

red 194 ◦ green 107 ◦ blue 1

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

Shades of Tenne (Tawny) #C26B01

Tints of Tenne (Tawny) #C26B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 64.24%
G = 35.43%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26B01 (or 0xC26B01) is known color: Tenne (Tawny). HEX triplet: C2, 6B and 01. RGB value is (194,107,1). Sum of RGB (Red+Green+Blue) = 194+107+1=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B01 is #3D94FE. Grayscale: #797979. Windows color (decimal): -4035839 or 93122. OLE color: 93122.

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

Color convert

RGB 194 107 1 -
CMYK 0 0.45 0.99 0.24
HSL 32.95º 0.99% 0.38% -
HSV(B) 32.95º 0.99% 0.76% -
XYZ 27.51 21.99 2.82 -
YUV 120.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 194 107 1 0 0.45 0.99 0.24 32.95 0.99 0.38
Hex C2 6B 1 0 2D 63 18 21 63 26
Octal 302 153 1 0 55 143 30 41 143 46
Binary 11000010 1101011 1 0 101101 1100011 11000 100001 1100011 100110

Color Harmonies of #C26B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B01

Black with #C26B01

Text Example


Text Example

White with #C26B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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