Html Css Color HEX #C26308 Tenne (Tawny)

📋 copy color: '#C26308'

red 194 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #C26308

Tints of Tenne (Tawny) #C26308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 64.45%
G = 32.89%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26308 (or 0xC26308) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 08. RGB value is (194,99,8). Sum of RGB (Red+Green+Blue) = 194+99+8=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C26308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26308 is #3D9CF7. Grayscale: #757575. Windows color (decimal): -4037880 or 549826. OLE color: 549826.

HSL color Cylindrical-coordinate representation of color #C26308: hue angle of 29.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C26308 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 8 -
CMYK 0 0.49 0.96 0.24
HSL 29.35º 0.92% 0.4% -
HSV(B) 29.35º 0.96% 0.76% -
XYZ 26.75 20.41 2.76 -
YUV 117.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 194 99 8 0 0.49 0.96 0.24 29.35 0.92 0.4
Hex C2 63 8 0 31 60 18 1D 5C 28
Octal 302 143 10 0 61 140 30 35 134 50
Binary 11000010 1100011 1000 0 110001 1100000 11000 11101 1011100 101000

Color Harmonies of #C26308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26308

Black with #C26308

Text Example


Text Example

White with #C26308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26308; }

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

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

background-color css

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

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

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

border-color css

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

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

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