Html Css Color HEX #C56C01 Tenne (Tawny)

📋 copy color: '#C56C01'

red 197 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #C56C01

Tints of Tenne (Tawny) #C56C01

RGB

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

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

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

R = 64.38%
G = 35.29%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56C01 (or 0xC56C01) is known color: Tenne (Tawny). HEX triplet: C5, 6C and 01. RGB value is (197,108,1). Sum of RGB (Red+Green+Blue) = 197+108+1=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C01 is #3A93FE. Grayscale: #7A7A7A. Windows color (decimal): -3838975 or 93381. OLE color: 93381.

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

Color convert

RGB 197 108 1 -
CMYK 0 0.45 0.99 0.23
HSL 32.76º 0.99% 0.39% -
HSV(B) 32.76º 0.99% 0.77% -
XYZ 28.39 22.6 2.89 -
YUV 122.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 197 108 1 0 0.45 0.99 0.23 32.76 0.99 0.39
Hex C5 6C 1 0 2D 63 17 21 63 27
Octal 305 154 1 0 55 143 27 41 143 47
Binary 11000101 1101100 1 0 101101 1100011 10111 100001 1100011 100111

Color Harmonies of #C56C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C01

Black with #C56C01

Text Example


Text Example

White with #C56C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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