Html Css Color HEX #C56E00 Tenne (Tawny)

📋 copy color: '#C56E00'

red 197 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #C56E00

Tints of Tenne (Tawny) #C56E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

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

R = 64.17%
G = 35.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56E00 (or 0xC56E00) is known color: Tenne (Tawny). HEX triplet: C5, 6E and 00. RGB value is (197,110,0). Sum of RGB (Red+Green+Blue) = 197+110+0=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E00 is #3A91FF. Grayscale: #7B7B7B. Windows color (decimal): -3838464 or 28357. OLE color: 28357.

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

Color convert

RGB 197 110 0 -
CMYK 0 0.44 1 0.23
HSL 33.5º 1% 0.39% -
HSV(B) 33.5º 1% 0.77% -
XYZ 28.6 23.02 2.94 -
YUV 123.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 197 110 0 0 0.44 1 0.23 33.5 1 0.39
Hex C5 6E 0 0 2C 64 17 22 64 27
Octal 305 156 0 0 54 144 27 42 144 47
Binary 11000101 1101110 0 0 101100 1100100 10111 100010 1100100 100111

Color Harmonies of #C56E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E00

Black with #C56E00

Text Example


Text Example

White with #C56E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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