Html Css Color HEX #C56F00 Tenne (Tawny)

📋 copy color: '#C56F00'

red 197 ◦ green 111 ◦ blue 0

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

Shades of Tenne (Tawny) #C56F00

Tints of Tenne (Tawny) #C56F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 63.96%
G = 36.04%
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

#C56F00 (or 0xC56F00) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 00. RGB value is (197,111,0). Sum of RGB (Red+Green+Blue) = 197+111+0=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F00 is #3A90FF. Grayscale: #7C7C7C. Windows color (decimal): -3838208 or 28613. OLE color: 28613.

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

Color convert

RGB 197 111 0 -
CMYK 0 0.44 1 0.23
HSL 33.81º 1% 0.39% -
HSV(B) 33.81º 1% 0.77% -
XYZ 28.71 23.24 2.97 -
YUV 124.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 197 111 0 0 0.44 1 0.23 33.81 1 0.39
Hex C5 6F 0 0 2C 64 17 22 64 27
Octal 305 157 0 0 54 144 27 42 144 47
Binary 11000101 1101111 0 0 101100 1100100 10111 100010 1100100 100111

Color Harmonies of #C56F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F00

Black with #C56F00

Text Example


Text Example

White with #C56F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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