Html Css Color HEX #C26400 Tenne (Tawny)

📋 copy color: '#C26400'

red 194 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #C26400

Tints of Tenne (Tawny) #C26400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

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

R = 65.99%
G = 34.01%
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

#C26400 (or 0xC26400) is known color: Tenne (Tawny). HEX triplet: C2, 64 and 00. RGB value is (194,100,0). Sum of RGB (Red+Green+Blue) = 194+100+0=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C26400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26400 is #3D9BFF. Grayscale: #757575. Windows color (decimal): -4037632 or 25794. OLE color: 25794.

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

Color convert

RGB 194 100 0 -
CMYK 0 0.48 1 0.24
HSL 30.93º 1% 0.38% -
HSV(B) 30.93º 1% 0.76% -
XYZ 26.81 20.58 2.56 -
YUV 116.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 194 100 0 0 0.48 1 0.24 30.93 1 0.38
Hex C2 64 0 0 30 64 18 1F 64 26
Octal 302 144 0 0 60 144 30 37 144 46
Binary 11000010 1100100 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C26400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26400

Black with #C26400

Text Example


Text Example

White with #C26400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26400; }

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

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

background-color css

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

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

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

border-color css

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

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

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