Html Css Color HEX #C26104 Tenne (Tawny)

📋 copy color: '#C26104'

red 194 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #C26104

Tints of Tenne (Tawny) #C26104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 65.76%
G = 32.88%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26104 (or 0xC26104) is known color: Tenne (Tawny). HEX triplet: C2, 61 and 04. RGB value is (194,97,4). Sum of RGB (Red+Green+Blue) = 194+97+4=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C26104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26104 is #3D9EFB. Grayscale: #737373. Windows color (decimal): -4038396 or 287170. OLE color: 287170.

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

Color convert

RGB 194 97 4 -
CMYK 0 0.50 0.98 0.24
HSL 29.37º 0.96% 0.39% -
HSV(B) 29.37º 0.98% 0.76% -
XYZ 26.54 20.03 2.58 -
YUV 115.4 65.14 184.06 -
System Red Green Blue C M Y K H S L
Decimal 194 97 4 0 0.50 0.98 0.24 29.37 0.96 0.39
Hex C2 61 4 0 32 62 18 1D 60 27
Octal 302 141 4 0 62 142 30 35 140 47
Binary 11000010 1100001 100 0 110010 1100010 11000 11101 1100000 100111

Color Harmonies of #C26104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26104

Black with #C26104

Text Example


Text Example

White with #C26104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26104; }

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

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

background-color css

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

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

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

border-color css

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

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

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