Html Css Color HEX #C2680C Tenne (Tawny)

📋 copy color: '#C2680C'

red 194 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #C2680C

Tints of Tenne (Tawny) #C2680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 62.58%
G = 33.55%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2680C (or 0xC2680C) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 0C. RGB value is (194,104,12). Sum of RGB (Red+Green+Blue) = 194+104+12=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2680C is #3D97F3. Grayscale: #787878. Windows color (decimal): -4036596 or 813250. OLE color: 813250.

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

Color convert

RGB 194 104 12 -
CMYK 0 0.46 0.94 0.24
HSL 30.33º 0.88% 0.4% -
HSV(B) 30.33º 0.94% 0.76% -
XYZ 27.26 21.4 3.04 -
YUV 120.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 194 104 12 0 0.46 0.94 0.24 30.33 0.88 0.4
Hex C2 68 C 0 2E 5E 18 1E 58 28
Octal 302 150 14 0 56 136 30 36 130 50
Binary 11000010 1101000 1100 0 101110 1011110 11000 11110 1011000 101000

Color Harmonies of #C2680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2680C

Black with #C2680C

Text Example


Text Example

White with #C2680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2680C; }

 p { color: rgb(194,104,12); }

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

background-color css

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

 a { background-color: rgb(194,104,12); }

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

border-color css

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

 span { border-color: rgb(194,104,12); }

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