Html Css Color HEX #C26C04 Tenne (Tawny)

📋 copy color: '#C26C04'

red 194 ◦ green 108 ◦ blue 4

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

Shades of Tenne (Tawny) #C26C04

Tints of Tenne (Tawny) #C26C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 63.4%
G = 35.29%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26C04 (or 0xC26C04) is known color: Tenne (Tawny). HEX triplet: C2, 6C and 04. RGB value is (194,108,4). Sum of RGB (Red+Green+Blue) = 194+108+4=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C04 is #3D93FB. Grayscale: #7A7A7A. Windows color (decimal): -4035580 or 289986. OLE color: 289986.

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

Color convert

RGB 194 108 4 -
CMYK 0 0.44 0.98 0.24
HSL 32.84º 0.96% 0.39% -
HSV(B) 32.84º 0.98% 0.76% -
XYZ 27.63 22.2 2.94 -
YUV 121.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 194 108 4 0 0.44 0.98 0.24 32.84 0.96 0.39
Hex C2 6C 4 0 2C 62 18 21 60 27
Octal 302 154 4 0 54 142 30 41 140 47
Binary 11000010 1101100 100 0 101100 1100010 11000 100001 1100000 100111

Color Harmonies of #C26C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C04

Black with #C26C04

Text Example


Text Example

White with #C26C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C04; }

 p { color: rgb(194,108,4); }

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

background-color css

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

 a { background-color: rgb(194,108,4); }

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

border-color css

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

 span { border-color: rgb(194,108,4); }

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