Html Css Color HEX #C26E07 Tenne (Tawny)

📋 copy color: '#C26E07'

red 194 ◦ green 110 ◦ blue 7

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

Shades of Tenne (Tawny) #C26E07

Tints of Tenne (Tawny) #C26E07

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 62.38%
G = 35.37%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26E07 (or 0xC26E07) is known color: Tenne (Tawny). HEX triplet: C2, 6E and 07. RGB value is (194,110,7). Sum of RGB (Red+Green+Blue) = 194+110+7=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E07 is #3D91F8. Grayscale: #7B7B7B. Windows color (decimal): -4035065 or 487106. OLE color: 487106.

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

Color convert

RGB 194 110 7 -
CMYK 0 0.43 0.96 0.24
HSL 33.05º 0.93% 0.39% -
HSV(B) 33.05º 0.96% 0.76% -
XYZ 27.86 22.64 3.1 -
YUV 123.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 194 110 7 0 0.43 0.96 0.24 33.05 0.93 0.39
Hex C2 6E 7 0 2B 60 18 21 5D 27
Octal 302 156 7 0 53 140 30 41 135 47
Binary 11000010 1101110 111 0 101011 1100000 11000 100001 1011101 100111

Color Harmonies of #C26E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E07

Black with #C26E07

Text Example


Text Example

White with #C26E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E07; }

 p { color: rgb(194,110,7); }

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

background-color css

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

 a { background-color: rgb(194,110,7); }

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

border-color css

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

 span { border-color: rgb(194,110,7); }

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