Html Css Color HEX #C26607 Tenne (Tawny)

📋 copy color: '#C26607'

red 194 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #C26607

Tints of Tenne (Tawny) #C26607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 64.03%
G = 33.66%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26607 (or 0xC26607) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 07. RGB value is (194,102,7). Sum of RGB (Red+Green+Blue) = 194+102+7=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C26607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26607 is #3D99F8. Grayscale: #777777. Windows color (decimal): -4037113 or 485058. OLE color: 485058.

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

Color convert

RGB 194 102 7 -
CMYK 0 0.47 0.96 0.24
HSL 30.48º 0.93% 0.39% -
HSV(B) 30.48º 0.96% 0.76% -
XYZ 27.04 20.99 2.83 -
YUV 118.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 194 102 7 0 0.47 0.96 0.24 30.48 0.93 0.39
Hex C2 66 7 0 2F 60 18 1E 5D 27
Octal 302 146 7 0 57 140 30 36 135 47
Binary 11000010 1100110 111 0 101111 1100000 11000 11110 1011101 100111

Color Harmonies of #C26607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26607

Black with #C26607

Text Example


Text Example

White with #C26607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26607; }

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

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

background-color css

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

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

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

border-color css

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

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

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