Html Css Color HEX #C26901 Tenne (Tawny)

📋 copy color: '#C26901'

red 194 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #C26901

Tints of Tenne (Tawny) #C26901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 64.67%
G = 35%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26901 (or 0xC26901) is known color: Tenne (Tawny). HEX triplet: C2, 69 and 01. RGB value is (194,105,1). Sum of RGB (Red+Green+Blue) = 194+105+1=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C26901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26901 is #3D96FE. Grayscale: #787878. Windows color (decimal): -4036351 or 92610. OLE color: 92610.

HSL color Cylindrical-coordinate representation of color #C26901: hue angle of 32.33º 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 #C26901 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 1 -
CMYK 0 0.46 0.99 0.24
HSL 32.33º 0.99% 0.38% -
HSV(B) 32.33º 0.99% 0.76% -
XYZ 27.31 21.57 2.75 -
YUV 119.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 194 105 1 0 0.46 0.99 0.24 32.33 0.99 0.38
Hex C2 69 1 0 2E 63 18 20 63 26
Octal 302 151 1 0 56 143 30 40 143 46
Binary 11000010 1101001 1 0 101110 1100011 11000 100000 1100011 100110

Color Harmonies of #C26901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26901

Black with #C26901

Text Example


Text Example

White with #C26901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26901; }

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

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

background-color css

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

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

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

border-color css

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

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

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