Html Css Color HEX #C26500 Tenne (Tawny)

📋 copy color: '#C26500'

red 194 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C26500

Tints of Tenne (Tawny) #C26500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 65.76%
G = 34.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C26500 (or 0xC26500) is known color: Tenne (Tawny). HEX triplet: C2, 65 and 00. RGB value is (194,101,0). Sum of RGB (Red+Green+Blue) = 194+101+0=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C26500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26500 is #3D9AFF. Grayscale: #757575. Windows color (decimal): -4037376 or 26050. OLE color: 26050.

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

Color convert

RGB 194 101 0 -
CMYK 0 0.48 1 0.24
HSL 31.24º 1% 0.38% -
HSV(B) 31.24º 1% 0.76% -
XYZ 26.9 20.78 2.59 -
YUV 117.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 194 101 0 0 0.48 1 0.24 31.24 1 0.38
Hex C2 65 0 0 30 64 18 1F 64 26
Octal 302 145 0 0 60 144 30 37 144 46
Binary 11000010 1100101 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C26500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26500

Black with #C26500

Text Example


Text Example

White with #C26500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26500; }

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

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

background-color css

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

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

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

border-color css

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

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

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