Html Css Color HEX #C56C00 Tenne (Tawny)

📋 copy color: '#C56C00'

red 197 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #C56C00

Tints of Tenne (Tawny) #C56C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

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

R = 64.59%
G = 35.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56C00 (or 0xC56C00) is known color: Tenne (Tawny). HEX triplet: C5, 6C and 00. RGB value is (197,108,0). Sum of RGB (Red+Green+Blue) = 197+108+0=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C00 is #3A93FF. Grayscale: #7A7A7A. Windows color (decimal): -3838976 or 27845. OLE color: 27845.

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

Color convert

RGB 197 108 0 -
CMYK 0 0.45 1 0.23
HSL 32.89º 1% 0.39% -
HSV(B) 32.89º 1% 0.77% -
XYZ 28.39 22.6 2.87 -
YUV 122.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 197 108 0 0 0.45 1 0.23 32.89 1 0.39
Hex C5 6C 0 0 2D 64 17 21 64 27
Octal 305 154 0 0 55 144 27 41 144 47
Binary 11000101 1101100 0 0 101101 1100100 10111 100001 1100100 100111

Color Harmonies of #C56C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C00

Black with #C56C00

Text Example


Text Example

White with #C56C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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