Html Css Color HEX #C56F07 Tenne (Tawny)

📋 copy color: '#C56F07'

red 197 ◦ green 111 ◦ blue 7

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

Shades of Tenne (Tawny) #C56F07

Tints of Tenne (Tawny) #C56F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 62.54%
G = 35.24%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C56F07 (or 0xC56F07) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 07. RGB value is (197,111,7). Sum of RGB (Red+Green+Blue) = 197+111+7=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F07 is #3A90F8. Grayscale: #7D7D7D. Windows color (decimal): -3838201 or 487365. OLE color: 487365.

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

Color convert

RGB 197 111 7 -
CMYK 0 0.44 0.96 0.23
HSL 32.84º 0.93% 0.4% -
HSV(B) 32.84º 0.96% 0.77% -
XYZ 28.75 23.25 3.17 -
YUV 124.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 197 111 7 0 0.44 0.96 0.23 32.84 0.93 0.4
Hex C5 6F 7 0 2C 60 17 21 5D 28
Octal 305 157 7 0 54 140 27 41 135 50
Binary 11000101 1101111 111 0 101100 1100000 10111 100001 1011101 101000

Color Harmonies of #C56F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F07

Black with #C56F07

Text Example


Text Example

White with #C56F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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