Html Css Color HEX #C26006 Tenne (Tawny)

📋 copy color: '#C26006'

red 194 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #C26006

Tints of Tenne (Tawny) #C26006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 65.54%
G = 32.43%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26006 (or 0xC26006) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 06. RGB value is (194,96,6). Sum of RGB (Red+Green+Blue) = 194+96+6=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C26006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26006 is #3D9FF9. Grayscale: #737373. Windows color (decimal): -4038650 or 417986. OLE color: 417986.

HSL color Cylindrical-coordinate representation of color #C26006: hue angle of 28.72º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26006 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 6 -
CMYK 0 0.51 0.97 0.24
HSL 28.72º 0.94% 0.39% -
HSV(B) 28.72º 0.97% 0.76% -
XYZ 26.46 19.85 2.61 -
YUV 115.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 194 96 6 0 0.51 0.97 0.24 28.72 0.94 0.39
Hex C2 60 6 0 33 61 18 1D 5E 27
Octal 302 140 6 0 63 141 30 35 136 47
Binary 11000010 1100000 110 0 110011 1100001 11000 11101 1011110 100111

Color Harmonies of #C26006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26006

Black with #C26006

Text Example


Text Example

White with #C26006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26006; }

 p { color: rgb(194,96,6); }

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

background-color css

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

 a { background-color: rgb(194,96,6); }

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

border-color css

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

 span { border-color: rgb(194,96,6); }

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