Html Css Color HEX #C26900 Tenne (Tawny)

📋 copy color: '#C26900'

red 194 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #C26900

Tints of Tenne (Tawny) #C26900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.88%
G = 35.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C26900 (or 0xC26900) is known color: Tenne (Tawny). HEX triplet: C2, 69 and 00. RGB value is (194,105,0). Sum of RGB (Red+Green+Blue) = 194+105+0=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C26900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26900 is #3D96FF. Grayscale: #787878. Windows color (decimal): -4036352 or 27074. OLE color: 27074.

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

Color convert

RGB 194 105 0 -
CMYK 0 0.46 1 0.24
HSL 32.47º 1% 0.38% -
HSV(B) 32.47º 1% 0.76% -
XYZ 27.3 21.57 2.73 -
YUV 119.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 194 105 0 0 0.46 1 0.24 32.47 1 0.38
Hex C2 69 0 0 2E 64 18 20 64 26
Octal 302 151 0 0 56 144 30 40 144 46
Binary 11000010 1101001 0 0 101110 1100100 11000 100000 1100100 100110

Color Harmonies of #C26900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26900

Black with #C26900

Text Example


Text Example

White with #C26900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26900; }

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

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

background-color css

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

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

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

border-color css

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

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

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