Html Css Color HEX #C5680C Tenne (Tawny)

📋 copy color: '#C5680C'

red 197 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #C5680C

Tints of Tenne (Tawny) #C5680C

RGB

 RED value IS 197 (77.34% from 255) = 62.94%

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

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

R = 62.94%
G = 33.23%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5680C (or 0xC5680C) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 0C. RGB value is (197,104,12). Sum of RGB (Red+Green+Blue) = 197+104+12=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5680C is #3A97F3. Grayscale: #797979. Windows color (decimal): -3839988 or 813253. OLE color: 813253.

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

Color convert

RGB 197 104 12 -
CMYK 0 0.47 0.94 0.23
HSL 29.84º 0.89% 0.41% -
HSV(B) 29.84º 0.94% 0.77% -
XYZ 28.04 21.8 3.08 -
YUV 121.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 197 104 12 0 0.47 0.94 0.23 29.84 0.89 0.41
Hex C5 68 C 0 2F 5E 17 1E 59 29
Octal 305 150 14 0 57 136 27 36 131 51
Binary 11000101 1101000 1100 0 101111 1011110 10111 11110 1011001 101001

Color Harmonies of #C5680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5680C

Black with #C5680C

Text Example


Text Example

White with #C5680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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