Html Css Color HEX #C26907 Tenne (Tawny)

📋 copy color: '#C26907'

red 194 ◦ green 105 ◦ blue 7

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

Shades of Tenne (Tawny) #C26907

Tints of Tenne (Tawny) #C26907

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 63.4%
G = 34.31%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26907 (or 0xC26907) is known color: Tenne (Tawny). HEX triplet: C2, 69 and 07. RGB value is (194,105,7). Sum of RGB (Red+Green+Blue) = 194+105+7=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C26907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26907 is #3D96F8. Grayscale: #787878. Windows color (decimal): -4036345 or 485826. OLE color: 485826.

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

Color convert

RGB 194 105 7 -
CMYK 0 0.46 0.96 0.24
HSL 31.44º 0.93% 0.39% -
HSV(B) 31.44º 0.96% 0.76% -
XYZ 27.34 21.59 2.93 -
YUV 120.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 194 105 7 0 0.46 0.96 0.24 31.44 0.93 0.39
Hex C2 69 7 0 2E 60 18 1F 5D 27
Octal 302 151 7 0 56 140 30 37 135 47
Binary 11000010 1101001 111 0 101110 1100000 11000 11111 1011101 100111

Color Harmonies of #C26907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26907

Black with #C26907

Text Example


Text Example

White with #C26907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26907; }

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

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

background-color css

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

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

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

border-color css

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

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

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