Html Css Color HEX #C26301 Tenne (Tawny)

📋 copy color: '#C26301'

red 194 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #C26301

Tints of Tenne (Tawny) #C26301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 65.99%
G = 33.67%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26301 (or 0xC26301) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 01. RGB value is (194,99,1). Sum of RGB (Red+Green+Blue) = 194+99+1=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C26301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26301 is #3D9CFE. Grayscale: #747474. Windows color (decimal): -4037887 or 91074. OLE color: 91074.

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

Color convert

RGB 194 99 1 -
CMYK 0 0.49 0.99 0.24
HSL 30.47º 0.99% 0.38% -
HSV(B) 30.47º 0.99% 0.76% -
XYZ 26.72 20.4 2.56 -
YUV 116.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 194 99 1 0 0.49 0.99 0.24 30.47 0.99 0.38
Hex C2 63 1 0 31 63 18 1E 63 26
Octal 302 143 1 0 61 143 30 36 143 46
Binary 11000010 1100011 1 0 110001 1100011 11000 11110 1100011 100110

Color Harmonies of #C26301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26301

Black with #C26301

Text Example


Text Example

White with #C26301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26301; }

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

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

background-color css

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

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

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

border-color css

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

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

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