Html Css Color HEX #C26004 Tenne (Tawny)

📋 copy color: '#C26004'

red 194 ◦ green 96 ◦ blue 4

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

Shades of Tenne (Tawny) #C26004

Tints of Tenne (Tawny) #C26004

RGB

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

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

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

R = 65.99%
G = 32.65%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26004 (or 0xC26004) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 04. RGB value is (194,96,4). Sum of RGB (Red+Green+Blue) = 194+96+4=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C26004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26004 is #3D9FFB. Grayscale: #737373. Windows color (decimal): -4038652 or 286914. OLE color: 286914.

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

Color convert

RGB 194 96 4 -
CMYK 0 0.51 0.98 0.24
HSL 29.05º 0.96% 0.39% -
HSV(B) 29.05º 0.98% 0.76% -
XYZ 26.45 19.84 2.55 -
YUV 114.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 194 96 4 0 0.51 0.98 0.24 29.05 0.96 0.39
Hex C2 60 4 0 33 62 18 1D 60 27
Octal 302 140 4 0 63 142 30 35 140 47
Binary 11000010 1100000 100 0 110011 1100010 11000 11101 1100000 100111

Color Harmonies of #C26004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26004

Black with #C26004

Text Example


Text Example

White with #C26004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26004; }

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

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

background-color css

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

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

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

border-color css

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

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

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