Html Css Color HEX #C2660B Tenne (Tawny)

📋 copy color: '#C2660B'

red 194 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #C2660B

Tints of Tenne (Tawny) #C2660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 63.19%
G = 33.22%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2660B (or 0xC2660B) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 0B. RGB value is (194,102,11). Sum of RGB (Red+Green+Blue) = 194+102+11=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2660B is #3D99F4. Grayscale: #777777. Windows color (decimal): -4037109 or 747202. OLE color: 747202.

HSL color Cylindrical-coordinate representation of color #C2660B: hue angle of 29.84º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2660B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 102 11 -
CMYK 0 0.47 0.94 0.24
HSL 29.84º 0.89% 0.4% -
HSV(B) 29.84º 0.94% 0.76% -
XYZ 27.06 21 2.94 -
YUV 119.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 194 102 11 0 0.47 0.94 0.24 29.84 0.89 0.4
Hex C2 66 B 0 2F 5E 18 1E 59 28
Octal 302 146 13 0 57 136 30 36 131 50
Binary 11000010 1100110 1011 0 101111 1011110 11000 11110 1011001 101000

Color Harmonies of #C2660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2660B

Black with #C2660B

Text Example


Text Example

White with #C2660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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