Html Css Color HEX #C56800 Tenne (Tawny)

📋 copy color: '#C56800'

red 197 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #C56800

Tints of Tenne (Tawny) #C56800

RGB

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

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

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

R = 65.45%
G = 34.55%
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

#C56800 (or 0xC56800) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 00. RGB value is (197,104,0). Sum of RGB (Red+Green+Blue) = 197+104+0=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C56800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56800 is #3A97FF. Grayscale: #787878. Windows color (decimal): -3840000 or 26821. OLE color: 26821.

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

Color convert

RGB 197 104 0 -
CMYK 0 0.47 1 0.23
HSL 31.68º 1% 0.39% -
HSV(B) 31.68º 1% 0.77% -
XYZ 27.98 21.77 2.73 -
YUV 119.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 197 104 0 0 0.47 1 0.23 31.68 1 0.39
Hex C5 68 0 0 2F 64 17 20 64 27
Octal 305 150 0 0 57 144 27 40 144 47
Binary 11000101 1101000 0 0 101111 1100100 10111 100000 1100100 100111

Color Harmonies of #C56800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56800

Black with #C56800

Text Example


Text Example

White with #C56800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56800; }

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

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

background-color css

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

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

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

border-color css

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

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

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