Html Css Color HEX #C56F01 Tenne (Tawny)

📋 copy color: '#C56F01'

red 197 ◦ green 111 ◦ blue 1

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

Shades of Tenne (Tawny) #C56F01

Tints of Tenne (Tawny) #C56F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 63.75%
G = 35.92%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56F01 (or 0xC56F01) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 01. RGB value is (197,111,1). Sum of RGB (Red+Green+Blue) = 197+111+1=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F01 is #3A90FE. Grayscale: #7C7C7C. Windows color (decimal): -3838207 or 94149. OLE color: 94149.

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

Color convert

RGB 197 111 1 -
CMYK 0 0.44 0.99 0.23
HSL 33.67º 0.99% 0.39% -
HSV(B) 33.67º 0.99% 0.77% -
XYZ 28.72 23.24 3 -
YUV 124.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 197 111 1 0 0.44 0.99 0.23 33.67 0.99 0.39
Hex C5 6F 1 0 2C 63 17 22 63 27
Octal 305 157 1 0 54 143 27 42 143 47
Binary 11000101 1101111 1 0 101100 1100011 10111 100010 1100011 100111

Color Harmonies of #C56F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F01

Black with #C56F01

Text Example


Text Example

White with #C56F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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