Html Css Color HEX #C56900 Tenne (Tawny)

📋 copy color: '#C56900'

red 197 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #C56900

Tints of Tenne (Tawny) #C56900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.23%
G = 34.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56900 (or 0xC56900) is known color: Tenne (Tawny). HEX triplet: C5, 69 and 00. RGB value is (197,105,0). Sum of RGB (Red+Green+Blue) = 197+105+0=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C56900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56900 is #3A96FF. Grayscale: #797979. Windows color (decimal): -3839744 or 27077. OLE color: 27077.

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

Color convert

RGB 197 105 0 -
CMYK 0 0.47 1 0.23
HSL 31.98º 1% 0.39% -
HSV(B) 31.98º 1% 0.77% -
XYZ 28.08 21.97 2.76 -
YUV 120.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 197 105 0 0 0.47 1 0.23 31.98 1 0.39
Hex C5 69 0 0 2F 64 17 20 64 27
Octal 305 151 0 0 57 144 27 40 144 47
Binary 11000101 1101001 0 0 101111 1100100 10111 100000 1100100 100111

Color Harmonies of #C56900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56900

Black with #C56900

Text Example


Text Example

White with #C56900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56900; }

 p { color: rgb(197,105,0); }

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

background-color css

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

 a { background-color: rgb(197,105,0); }

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

border-color css

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

 span { border-color: rgb(197,105,0); }

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